Lines Matching defs:reachable
372 // Mark blocks that dominate all subsequent reachable blocks inside their
379 // dominator_candidate block is guaranteed to dominate all blocks reachable
490 // the BitVector "reachable()" for every block that can be reached
493 // returns the number of reachable blocks.
508 const BitVector* reachable() const { return &reachable_; }
610 ASSERT(!dominator_analyzer.reachable()->Contains(block->block_id()));
811 // branch. However, we must pretend that the "then" branch is reachable,
3426 continue; // Might still be reachable clause bodies.
3431 // (b) Reachable only as fall through.
3435 // (c) Reachable only normally.
3438 // (d) Reachable both ways.