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.cpp237 class PointerReplacer { class
239 PointerReplacer(InstCombinerImpl &IC, Instruction &Root, unsigned SrcAS) in PointerReplacer() function in __anond4d3796c0111::PointerReplacer
269 bool PointerReplacer::collectUsers() { in collectUsers()
350 void PointerReplacer::replacePointer(Value *V) { in replacePointer()
384 void PointerReplacer::replace(Instruction *I) { in replace()
547 PointerReplacer PtrReplacer(*this, AI, SrcAddrSpace); in visitAllocaInst()