Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h77 function_ref<void(Instruction *, Value *)> Replacer; variable
90 function_ref<void(Instruction *, Value *)> Replacer =
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp577 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse() argument
580 return DT->dominates(Replacer->getBlock(), Replacee->getBlock()); in dominatesUse()
587 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse()
DSimplifyLibCalls.cpp2130 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument
2132 Replacer(Replacer) {} in LibCallSimplifier()
2136 Replacer(I, With); in replaceAllUsesWith()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2440 UsesReplacer *Replacer; member in __anon1120a2390211::TypePromotionTransaction::InstructionRemover
2448 Replacer(nullptr) { in InstructionRemover()
2450 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2455 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
2465 if (Replacer) in undo()
2466 Replacer->undo(); in undo()