Home
last modified time | relevance | path

Searched refs:RAUW (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/Generic/
Daddr-label.ll19 ;; 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
/external/llvm/test/Transforms/GlobalOpt/
Dmetadata.ll3 ; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
/external/llvm/test/Transforms/MergeFunc/
Dcrash2.ll7 ; RAUW on @G which still exists as an entry in the GlobalNumbers ValueMap which
/external/llvm/test/Transforms/LoopVectorize/
Dvalue-ptr-bug.ll7 ; Because we were caching value pointers across a function call that could RAUW
/external/llvm/test/Analysis/ScalarEvolution/
Dexpander-replace-congruent-ivs.ll6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll3 ; Don't RAUW the loop's original comparison instruction if it has
/external/llvm/test/Transforms/InstCombine/
Dmemset_chk-1.ll66 ; Test that RAUW in SimplifyLibCalls for __memset_chk generates valid IR
/external/llvm/docs/
DLexicon.rst189 **RAUW**
DMergeFunctions.rst684 everywhere, we use ``replaceAllUsesWith`` operation here (*RAUW*).
691 3. Neither *F* nor *G* could be overridden. We can't use *RAUW*. We can just
DProgrammersManual.rst1599 RAUW'ed, ValueMap will update itself so the new version of the key is mapped to
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3408 enum class StructorCodegen { Emit, RAUW, Alias, COMDAT }; enumerator
3430 return StructorCodegen::RAUW; in getCodegenToUse()
3434 return StructorCodegen::RAUW; in getCodegenToUse()
3499 if (CGType == StructorCodegen::RAUW) { in emitCXXStructor()