Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Bounds

464   // Set up loop bounds for the backwards post-order traversal.
465 LoopBounds Bounds(BlockInfo, MTM.Loops);
468 Bounds.Downward = false;
469 Bounds.Visited.clear();
471 for (UpwardPO I = ipo_ext_begin(MBB, Bounds), E = ipo_ext_end(MBB, Bounds);
488 Bounds.Downward = true;
489 Bounds.Visited.clear();
491 for (DownwardPO I = po_ext_begin(MBB, Bounds), E = po_ext_end(MBB, Bounds);