Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6872 const AllocaInst *LifetimeObject = dyn_cast_or_null<AllocaInst>(Alloca); in visitIntrinsicCall() local
6875 if (!LifetimeObject) in visitIntrinsicCall()
6880 auto SI = FuncInfo.StaticAllocaMap.find(LifetimeObject); in visitIntrinsicCall()
6887 ObjectPtr, Offset, DAG.getDataLayout()) != LifetimeObject) in visitIntrinsicCall()