Home
last modified time | relevance | path

Searched refs:PointerReplacer (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp235 class PointerReplacer { class
237 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer() function in __anonf044969c0111::PointerReplacer
252 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()