Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp237 class PointerReplacer { class
239 PointerReplacer(InstCombinerImpl &IC) : IC(IC) {} in PointerReplacer() function in __anon4971a7170111::PointerReplacer
254 bool PointerReplacer::collectUsers(Instruction &I) { in collectUsers()
276 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement()
278 void PointerReplacer::replace(Instruction *I) { in replace()
340 void PointerReplacer::replacePointer(Instruction &I, Value *V) { in replacePointer()
428 PointerReplacer PtrReplacer(*this); in visitAllocaInst()