Searched refs:Replacer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyLibCalls.h | 115 function_ref<void(Instruction *, Value *)> Replacer; variable 147 function_ref<void(Instruction *, Value *)> Replacer =
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 4222 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier() argument 4225 ORE(ORE), BFI(BFI), PSI(PSI), Replacer(Replacer), Eraser(Eraser) {} in LibCallSimplifier() 4229 Replacer(I, With); in replaceAllUsesWith()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3618 UsesReplacer *Replacer = nullptr; member in __anon1d600f580d11::TypePromotionTransaction::InstructionRemover 3633 Replacer = new UsesReplacer(Inst, New); in InstructionRemover() 3642 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover() 3652 if (Replacer) in undo() 3653 Replacer->undo(); in undo()
|