Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp722 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in removeAccessedObjects() local
725 if (isa<Constant>(UnderlyingPointer)) in removeAccessedObjects()
730 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) { in removeAccessedObjects()
731 DeadStackObjects.remove(const_cast<Value*>(UnderlyingPointer)); in removeAccessedObjects()
1053 Instruction *UnderlyingPointer = in eliminateNoopStore() local
1056 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()
1057 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA)) { in eliminateNoopStore()
1060 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\n'); in eliminateNoopStore()