Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Reachable

917   bool Reachable;               // Is this block reachable?
928 : EntryContext(EmptyCtx), ExitContext(EmptyCtx), Reachable(false)
2279 // Mark entry block as reachable
2280 BlockInfo[CFGraph->getEntry().getBlockID()].Reachable = true;
2373 if (neverReturns(*PI) || !PrevBlockInfo->Reachable)
2377 CurrBlockInfo->Reachable = true;
2403 // Skip rest of block if it's not reachable.
2404 if (!CurrBlockInfo->Reachable)
2497 if (!Final->Reachable)