Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp245 class PointerReplacer { class
247 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer() function in __anon08e909a00111::PointerReplacer
262 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()