Home
last modified time | relevance | path

Searched refs:Replacer (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
142 function_ref<void(Instruction *, Value *)> Replacer =
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1792 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse() argument
1795 return DT->dominates(Replacer->getBlock(), Replacee->getBlock()); in dominatesUse()
1802 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3189 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier() argument
3192 UnsafeFPShrink(false), Replacer(Replacer), Eraser(Eraser) {} in LibCallSimplifier()
3196 Replacer(I, With); in replaceAllUsesWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2677 UsesReplacer *Replacer = nullptr; member in __anona24ce5a20511::TypePromotionTransaction::InstructionRemover
2692 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2701 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
2708 if (Replacer) in undo()
2709 Replacer->undo(); in undo()