Searched refs:UnderlyingObj (Results 1 – 3 of 3) sorted by relevance
1537 for (const Value *UnderlyingObj : UOs) { in processMemAccesses() local1540 if (isa<ConstantPointerNull>(UnderlyingObj) && in processMemAccesses()1543 UnderlyingObj->getType()->getPointerAddressSpace())) in processMemAccesses()1547 {UnderlyingObj, in processMemAccesses()1555 LLVM_DEBUG(dbgs() << " " << *UnderlyingObj << "\n"); in processMemAccesses()
2347 const Value *UnderlyingObj = getUnderlyingObject(Arg); in isFuncLocalAndNotCaptured() local2348 return isIdentifiedFunctionLocal(UnderlyingObj) && in isFuncLocalAndNotCaptured()2350 EA.getCapturesBefore(UnderlyingObj, CB, /*OrAt*/ true)); in isFuncLocalAndNotCaptured()
21177 const Value *UnderlyingObj = nullptr; in hasSameUnderlyingObj() local21190 if (UnderlyingObj && UnderlyingObj != Obj) in hasSameUnderlyingObj()21193 if (!UnderlyingObj) in hasSameUnderlyingObj()21194 UnderlyingObj = Obj; in hasSameUnderlyingObj()