Searched refs:UnderlyingPointer (Results 1 – 3 of 3) sorted by relevance
643 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in removeAccessedObjects() local646 if (isa<Constant>(UnderlyingPointer)) in removeAccessedObjects()651 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) { in removeAccessedObjects()652 DeadStackObjects.remove(const_cast<Value*>(UnderlyingPointer)); in removeAccessedObjects()849 Instruction *UnderlyingPointer = in eliminateNoopStore() local852 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()853 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA)) { in eliminateNoopStore()856 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\n'); in eliminateNoopStore()
720 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in removeAccessedObjects() local723 if (isa<Constant>(UnderlyingPointer)) in removeAccessedObjects()728 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) { in removeAccessedObjects()729 DeadStackObjects.remove(const_cast<Value*>(UnderlyingPointer)); in removeAccessedObjects()1052 Instruction *UnderlyingPointer = in eliminateNoopStore() local1055 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()1056 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA)) { in eliminateNoopStore()1059 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\n'); in eliminateNoopStore()
709 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr); in RemoveAccessedObjects() local712 if (isa<Constant>(UnderlyingPointer)) in RemoveAccessedObjects()717 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) { in RemoveAccessedObjects()718 DeadStackObjects.erase(const_cast<Value*>(UnderlyingPointer)); in RemoveAccessedObjects()