[LLVMdev] What does "RAUW" stand for?

179 views
Skip to first unread message

Rodney M. Bates

unread,
Jan 27, 2015, 12:44:51 PM1/27/15
to llv...@cs.uiuc.edu
As a newcomer to llvm, I have been able to guess the meanings of many acronyms.
"RAUW" is not one of them. Could somebody help me out?


--
Rodney Bates
rodney....@acm.org
_______________________________________________
LLVM Developers mailing list
LLV...@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

Mehdi Amini

unread,
Jan 27, 2015, 12:51:07 PM1/27/15
to rodney....@acm.org, llv...@cs.uiuc.edu
See: http://llvm.org/docs/Lexicon.html maybe?

OTH

Mehdi

Owen Anderson

unread,
Jan 27, 2015, 12:51:33 PM1/27/15
to rodney....@acm.org, llv...@cs.uiuc.edu
Replace All Uses With

—Owen

> On Jan 27, 2015, at 9:36 AM, Rodney M. Bates <rodney...@lcwb.coop> wrote:
>

Tim Northover

unread,
Jan 27, 2015, 12:54:25 PM1/27/15
to rodney....@acm.org, LLVM Developers Mailing List
Hi Rodney,

On 27 January 2015 at 09:36, Rodney M. Bates <rodney...@lcwb.coop> wrote:
> As a newcomer to llvm, I have been able to guess the meanings of many
> acronyms. "RAUW" is not one of them. Could somebody help me out?

That's Value::replaceAllUsesWith, a key function when modifying LLVM IR.

Tim.

Hal Finkel

unread,
Jan 27, 2015, 12:55:10 PM1/27/15
to rodney m bates, llv...@cs.uiuc.edu
----- Original Message -----
> From: "Rodney M. Bates" <rodney...@lcwb.coop>
> To: llv...@cs.uiuc.edu
> Sent: Tuesday, January 27, 2015 11:36:45 AM
> Subject: [LLVMdev] What does "RAUW" stand for?
>
> As a newcomer to llvm, I have been able to guess the meanings of many
> acronyms.
> "RAUW" is not one of them. Could somebody help me out?

replaceAllUsesWith

-Hal

>
>
> --
> Rodney Bates
> rodney....@acm.org
> _______________________________________________
> LLVM Developers mailing list
> LLV...@cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>

--
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory

Sean Silva

unread,
Jan 27, 2015, 12:57:59 PM1/27/15
to rodney....@acm.org, llv...@cs.uiuc.edu
http://llvm.org/docs/Lexicon.html#r

"Replace All Uses With"

-- Sean Silva

Stephen Crane

unread,
Jan 27, 2015, 1:01:20 PM1/27/15
to rodney....@acm.org, <llvmdev@cs.uiuc.edu>

RAUW is "replace all uses with." I've found the LLVM lexicon ( http://llvm.org/docs/Lexicon.html) to be super helpful.

-Stephen

Chad Rosier

unread,
Jan 27, 2015, 1:03:56 PM1/27/15
to rodney....@acm.org, llv...@cs.uiuc.edu
> As a newcomer to llvm, I have been able to guess the meanings of many
> acronyms.
> "RAUW" is not one of them. Could somebody help me out?

Replace All Uses With :)

Joerg Sonnenberger

unread,
Jan 27, 2015, 1:08:36 PM1/27/15
to rodney....@acm.org, llv...@cs.uiuc.edu
On Tue, Jan 27, 2015 at 11:36:45AM -0600, Rodney M. Bates wrote:
> As a newcomer to llvm, I have been able to guess the meanings of many acronyms.
> "RAUW" is not one of them. Could somebody help me out?

Replace All Uses With.

Joerg
Reply all
Reply to author
Forward
0 new messages