Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Reachable

311   bool Reachable;               // Is this block reachable?
322 : EntryContext(EmptyCtx), ExitContext(EmptyCtx), Reachable(false)
2126 // Mark entry block as reachable
2127 BlockInfo[CFGraph->getEntry().getBlockID()].Reachable = true;
2228 if (neverReturns(*PI) || !PrevBlockInfo->Reachable)
2232 CurrBlockInfo->Reachable = true;
2258 // Skip rest of block if it's not reachable.
2259 if (!CurrBlockInfo->Reachable)
2350 if (!Final->Reachable)