Searched refs:PrologueCleanupDepth (Results 1 – 2 of 2) sorted by relevance
304 bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth; in FinishFunction()306 HasCleanups && EHStack.containsOnlyLifetimeMarkers(PrologueCleanupDepth); in FinishFunction()315 PopCleanupBlocks(PrologueCleanupDepth); in FinishFunction()838 PrologueCleanupDepth = EHStack.stable_begin(); in StartFunction()
163 EHScopeStack::stable_iterator PrologueCleanupDepth; variable