Home | History | Annotate | Download | only in Analysis

Lines Matching refs:EntrySet

922   FactSet EntrySet;             // Lockset held at entry to block
932 return Side == CBS_Entry ? EntrySet : ExitSet;
1772 FSet(Info.EntrySet),
2338 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet;
2454 CurrBlockInfo->EntrySet = PrevLockset;
2457 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset,
2476 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet;
2491 // Do not update EntrySet.
2492 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset,
2546 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet,
2561 FactSet ExpectedExitSet = Initial->EntrySet;