Searched refs:Replacer (Results 1 – 4 of 4) sorted by relevance
77 function_ref<void(Instruction *, Value *)> Replacer; variable90 function_ref<void(Instruction *, Value *)> Replacer =
69 Replacer visitor = new Replacer(toReplace, replacement); in replace()535 static class Replacer extends Visitor { class in Pick538 Replacer(String toReplace, Pick replacement) { in Replacer() method in Pick.Replacer
2127 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument2129 Replacer(Replacer) {} in LibCallSimplifier()2133 Replacer(I, With); in replaceAllUsesWith()
1902 UsesReplacer *Replacer; member in __anonebd7bfba0211::TypePromotionTransaction::InstructionRemover1910 Replacer(nullptr) { in InstructionRemover()1912 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()1917 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()1927 if (Replacer) in undo()1928 Replacer->undo(); in undo()