Home | History | Annotate | Download | only in src

Lines Matching defs:reachable

320   // Mark blocks that dominate all subsequent reachable blocks inside their
327 // dominator_candidate block is guaranteed to dominate all blocks reachable
438 // the BitVector "reachable()" for every block that can be reached
441 // returns the number of reachable blocks.
456 const BitVector* reachable() const { return &reachable_; }
554 ASSERT(!dominator_analyzer.reachable()->Contains(block->block_id()));
3062 continue; // Might still be reachable clause bodies.
3067 // (b) Reachable only as fall through.
3071 // (c) Reachable only normally.
3074 // (d) Reachable both ways.