Searched refs:RAUW (Results 1 – 11 of 11) sorted by relevance
19 ;; Issues with referring to a label that gets RAUW'd later.41 ; Issues with a BB that gets RAUW'd to another one after references are
3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
7 ; RAUW on @G which still exists as an entry in the GlobalNumbers ValueMap which
7 ; Because we were caching value pointers across a function call that could RAUW
6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def
3 ; Don't RAUW the loop's original comparison instruction if it has
66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
189 **RAUW**
684 everywhere, we use ``replaceAllUsesWith`` operation here (*RAUW*).691 3. Neither *F* nor *G* could be overridden. We can't use *RAUW*. We can just
1599 RAUW'ed, ValueMap will update itself so the new version of the key is mapped to
3408 enum class StructorCodegen { Emit, RAUW, Alias, COMDAT }; enumerator3430 return StructorCodegen::RAUW; in getCodegenToUse()3434 return StructorCodegen::RAUW; in getCodegenToUse()3499 if (CGType == StructorCodegen::RAUW) { in emitCXXStructor()