Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1537 for (const Value *UnderlyingObj : UOs) { in processMemAccesses() local
1540 if (isa<ConstantPointerNull>(UnderlyingObj) && in processMemAccesses()
1543 UnderlyingObj->getType()->getPointerAddressSpace())) in processMemAccesses()
1547 {UnderlyingObj, in processMemAccesses()
1555 LLVM_DEBUG(dbgs() << " " << *UnderlyingObj << "\n"); in processMemAccesses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2347 const Value *UnderlyingObj = getUnderlyingObject(Arg); in isFuncLocalAndNotCaptured() local
2348 return isIdentifiedFunctionLocal(UnderlyingObj) && in isFuncLocalAndNotCaptured()
2350 EA.getCapturesBefore(UnderlyingObj, CB, /*OrAt*/ true)); in isFuncLocalAndNotCaptured()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21177 const Value *UnderlyingObj = nullptr; in hasSameUnderlyingObj() local
21190 if (UnderlyingObj && UnderlyingObj != Obj) in hasSameUnderlyingObj()
21193 if (!UnderlyingObj) in hasSameUnderlyingObj()
21194 UnderlyingObj = Obj; in hasSameUnderlyingObj()