Searched refs:RAUW (Results 1 – 10 of 10) 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
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
1410 RAUW'ed, ValueMap will update itself so the new version of the key is mapped to
3370 enum class StructorCodegen { Emit, RAUW, Alias, COMDAT }; enumerator3392 return StructorCodegen::RAUW; in getCodegenToUse()3396 return StructorCodegen::RAUW; in getCodegenToUse()3461 if (CGType == StructorCodegen::RAUW) { in emitCXXStructor()