Home | History | Annotate | Download | only in CodeGen

Lines Matching full:interval

1 //===-- LiveIntervalAnalysis.h - Live Interval Analysis ---------*- C++ -*-===//
12 // interval [i, j) is said to be a live interval for register v if there is no
15 // implementation intervals can have holes, i.e. an interval might look like
67 /// Live interval pointers for all the virtual registers.
125 // Interval creation.
127 assert(!hasInterval(Reg) && "Interval already exists!");
139 // Interval removal.
154 /// are added to the dead vector. Returns true if the interval may have been
422 /// have separated the interval into multiple connected components.