Home
last modified time | relevance | path

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

/freebsd/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 __anond4d3796c0111::PointerReplacer
283 bool PointerReplacer::collectUsers() { in collectUsers()
296 bool PointerReplacer::collectUsersRecursive(Instruction &I) { in collectUsersRecursive()
360 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement()
362 void PointerReplacer::replace(Instruction *I) { in replace()
449 void PointerReplacer::replacePointer(Value *V) { in replacePointer()
532 PointerReplacer PtrReplacer(*this, AI, SrcAddrSpace); in visitAllocaInst()