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

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

Completed in 37 milliseconds