Searched refs:PointerReplacer (Results 1 – 1 of 1) sorted by relevance
235 class PointerReplacer { class237 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer() function in __anonf044969c0111::PointerReplacer252 bool PointerReplacer::collectUsers(Instruction &I) { in collectUsers()278 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement()280 void PointerReplacer::replace(Instruction *I) { in replace()342 void PointerReplacer::replacePointer(Instruction &I, Value *V) { in replacePointer()429 PointerReplacer PtrReplacer(*this); in visitAllocaInst()