Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp252 class PointerReplacer { class
254 PointerReplacer(InstCombiner &IC) : IC(IC) {} in PointerReplacer() function in __anon6dc8d60f0111::PointerReplacer
268 void PointerReplacer::findLoadAndReplace(Instruction &I) { in findLoadAndReplace()
288 Value *PointerReplacer::getReplacement(Value *V) { in getReplacement()
295 void PointerReplacer::replace(Instruction *I) { in replace()
331 void PointerReplacer::replacePointer(Instruction &I, Value *V) { in replacePointer()
425 PointerReplacer PtrReplacer(*this); in visitAllocaInst()