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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1382 CFGBlock *FirstLoopBlock = *SI; local
1383 Context LoopBegin = BlockInfo[FirstLoopBlock->getBlockID()].EntryContext;
2533 // (FirstLoopBlock) we need to check that the Lockset of Block is equal to
2534 // the one held at the beginning of FirstLoopBlock. We can look up the
2535 // Lockset held at the beginning of FirstLoopBlock in the EntryLockSets map.
2543 CFGBlock *FirstLoopBlock = *SI; local
2544 CFGBlockInfo *PreLoop = &BlockInfo[FirstLoopBlock->getBlockID()];

Completed in 52 milliseconds