Lines Matching full:live
33 // Live ranges pass through a number of stages as we try to allocate them.
34 // Some of the stages may also create new live ranges:
43 // that are unlikely to give any results. It also guarantees that the live
47 /// Newly created live range that has never been queued.
53 /// Attempt live range splitting if assignment is impossible.
56 /// Attempt more aggressive live range splitting that is guaranteed to make
61 /// Live range will be spilled. No more splitting will be attempted.
64 /// Live range is in memory. Because of other evictions, it might get moved
68 /// There is nothing more we can do to this live range. Abort compilation
96 /// decision as to which live ranges should be evicted (if any).
106 /// no fixed live ranges are evicted) and profitable.
111 /// Find out if we can evict the live ranges occupying the given PhysReg,