Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ranges

452   // We cannot handle complicated live ranges. Simple linear stuff only.
453 if (cur.ranges.size() != 1)
456 const LiveRange &range = cur.ranges.front();
659 for (LiveInterval::Ranges::const_iterator I = cur.begin(), E = cur.end();