Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp249 class PointerReplacer { class
251 PointerReplacer(InstCombinerImpl &IC, Instruction &Root, unsigned SrcAS) in PointerReplacer() function in __anon6b54b2e20111::PointerReplacer
283 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()