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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp798 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); local
801 if (isa<Constant>(UnderlyingPointer))
806 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) {
807 DeadStackObjects.remove(UnderlyingPointer);
1136 Instruction *UnderlyingPointer = local
1139 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) &&
1140 memoryIsNotModifiedBetween(UnderlyingPointer, SI, AA, DL, DT)) {
1143 << *Inst << "\n OBJECT: " << *UnderlyingPointer << '\ local
[all...]

Completed in 59 milliseconds