Searched refs:PointerReplacer (Results 1 – 1 of 1) sorted by relevance
237 class PointerReplacer { class239 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer() function in __anon4971a7170111::PointerReplacer254 bool PointerReplacer::collectUsers(Instruction &I) { in collectUsers()276 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement()278 void PointerReplacer::replace(Instruction *I) { in replace()340 void PointerReplacer::replacePointer(Instruction &I, Value *V) { in replacePointer()428 PointerReplacer PtrReplacer(*this); in visitAllocaInst()