Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp643 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in removeAccessedObjects() local
646 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() local
852 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()
853 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA)) { in eliminateNoopStore()
856 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\n'); in eliminateNoopStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp720 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in removeAccessedObjects() local
723 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() local
1055 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()
1056 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA)) { in eliminateNoopStore()
1059 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\n'); in eliminateNoopStore()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDeadStoreElimination.cpp709 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr); in RemoveAccessedObjects() local
712 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()