Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp251 class PointerReplacer { class
253 PointerReplacer(InstCombiner &IC) : IC(IC) {} in PointerReplacer() function in __anon2cc945230111::PointerReplacer
267 void PointerReplacer::findLoadAndReplace(Instruction &I) { in findLoadAndReplace()
287 Value *PointerReplacer::getReplacement(Value *V) { in getReplacement()
294 void PointerReplacer::replace(Instruction *I) { in replace()
330 void PointerReplacer::replacePointer(Instruction &I, Value *V) { in replacePointer()
425 PointerReplacer PtrReplacer(*this); in visitAllocaInst()