Lines Matching refs:Bounds
456 // Set up loop bounds for the backwards post-order traversal.
457 LoopBounds Bounds(BlockInfo, MTM.Loops);
460 Bounds.Downward = false;
461 Bounds.Visited.clear();
462 for (auto I : inverse_post_order_ext(MBB, Bounds)) {
478 Bounds.Downward = true;
479 Bounds.Visited.clear();
480 for (auto I : post_order_ext(MBB, Bounds)) {