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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5231 AllocaInst *LifetimeObject = dyn_cast_or_null<AllocaInst>(*Object); local
5234 if (!LifetimeObject)
5237 int FI = FuncInfo.StaticAllocaMap[LifetimeObject];

Completed in 72 milliseconds