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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5254 AllocaInst *LifetimeObject = dyn_cast_or_null<AllocaInst>(*Object); local
5257 if (!LifetimeObject)
5260 int FI = FuncInfo.StaticAllocaMap[LifetimeObject];

Completed in 106 milliseconds