Lines Matching refs:Bounds
460 // Set up loop bounds for the backwards post-order traversal.
461 LoopBounds Bounds(BlockInfo, MTM.Loops);
464 Bounds.Downward = false;
465 Bounds.Visited.clear();
466 for (auto I : inverse_post_order_ext(MBB, Bounds)) {
482 Bounds.Downward = true;
483 Bounds.Visited.clear();
484 for (auto I : post_order_ext(MBB, Bounds)) {