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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1336 CFGBlockInfo *PrevBlockInfo = &BlockInfo[PrevBlockID]; local
1339 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext;
1345 PrevBlockInfo->ExitContext);
2430 CFGBlockInfo *PrevBlockInfo = &BlockInfo[PrevBlockID]; local
2433 if (neverReturns(*PI) || !PrevBlockInfo->Reachable)
2451 getEdgeLockset(PrevLockset, PrevBlockInfo->ExitSet, *PI, CurrBlock);
2473 CFGBlockInfo *PrevBlockInfo = &BlockInfo[PrevBlockID]; local
2476 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet;
2488 getEdgeLockset(PrevLockset, PrevBlockInfo->ExitSet,
2493 PrevBlockInfo
[all...]

Completed in 69 milliseconds