Home | History | Annotate | Download | only in Analysis

Lines Matching refs:EntrySet

304   FactSet EntrySet;             // Lockset held at entry to block
314 return Side == CBS_Entry ? EntrySet : ExitSet;
1485 FSet(Info.EntrySet),
2144 FactSet &InitialLockset = BlockInfo[FirstBlock->getBlockID()].EntrySet;
2249 CurrBlockInfo->EntrySet = PrevLockset;
2252 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset,
2269 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet;
2284 // Do not update EntrySet.
2285 intersectAndWarn(CurrBlockInfo->EntrySet, PrevLockset,
2339 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet,
2354 FactSet ExpectedExitSet = Initial->EntrySet;