Searched refs:PointerReplacer (Results 1 – 1 of 1) sorted by relevance
249 class PointerReplacer { class251 PointerReplacer(InstCombinerImpl &IC, Instruction &Root, unsigned SrcAS) in PointerReplacer() function in __anon6b54b2e20111::PointerReplacer283 bool PointerReplacer::collectUsers() { in collectUsers()296 bool PointerReplacer::collectUsersRecursive(Instruction &I) { in collectUsersRecursive()356 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement()358 void PointerReplacer::replace(Instruction *I) { in replace()450 void PointerReplacer::replacePointer(Value *V) { in replacePointer()533 PointerReplacer PtrReplacer(*this, AI, SrcAddrSpace); in visitAllocaInst()