[LLVMdev] What does "RAUW" stand for?

Tim Northover t.p.northover at gmail.com
Tue Jan 27 09:50:18 PST 2015


Hi Rodney,

On 27 January 2015 at 09:36, Rodney M. Bates <rodney_bates at 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.



More information about the llvm-dev mailing list