Searched refs:UnderlyingPointer (Results 1 – 1 of 1) sorted by relevance
722 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in removeAccessedObjects() local725 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() local1056 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()1057 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA)) { in eliminateNoopStore()1060 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\n'); in eliminateNoopStore()