Home | History | Annotate | Download | only in CodeGen

Lines Matching full:interval

1 //===-- LiveIntervalAnalysis.cpp - Live Interval Analysis -----------------===//
49 "Live Interval Analysis", false, false)
55 "Live Interval Analysis", false, false)
195 /// computeVirtRegInterval - Compute the live interval of a virtual register,
504 DEBUG(dbgs() << "Dead PHI at " << Def << " may separate interval\n");
590 DEBUG(dbgs() << "Dead PHI at " << VNI->def << " may separate interval\n");
851 LiveInterval& Interval = createEmptyInterval(reg);
852 VNInfo* VN = Interval.getNextValue(
858 Interval.addSegment(S);
1226 // This is a regunit interval, so scanning the use list could be very