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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp926 LocalVarContext ExitContext; // Context held at exit from block member in struct:__anon3186::CFGBlockInfo
941 : EntryContext(EmptyCtx), ExitContext(EmptyCtx), Reachable(false)
1340 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext;
1346 PrevBlockInfo->ExitContext);
1374 CurrBlockInfo->ExitContext = VMapBuilder.Ctx;
1385 Context LoopEnd = CurrBlockInfo->ExitContext;
1392 saveContext(0, BlockInfo[exitID].ExitContext);
1699 const LocalVarContext &LVarCtx = PredBlockInfo->ExitContext;

Completed in 106 milliseconds