Searched refs:PointerReplacer (Results 1 – 1 of 1) sorted by relevance
245 class PointerReplacer { class247 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer() function in __anon08e909a00111::PointerReplacer262 bool PointerReplacer::collectUsers(Instruction &I) { in collectUsers()288 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement()290 void PointerReplacer::replace(Instruction *I) { in replace()352 void PointerReplacer::replacePointer(Instruction &I, Value *V) { in replacePointer()440 PointerReplacer PtrReplacer(*this); in visitAllocaInst()