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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp861 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr); local
864 if (isa<Constant>(UnderlyingPointer))
869 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) {
870 DeadStackObjects.remove(const_cast<Value*>(UnderlyingPointer));

Completed in 404 milliseconds