HomeSort by relevance Sort by last modified time
    Searched refs:Spills (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveInterval.cpp 660 // - When LastStart is invalid, Spills is empty and the iterators are invalid.
668 // 3. Spills.
673 // - Segments in Spills precede and can't coalesce with segments in area 2.
674 // - No coalescing is possible between segments in Spills and segments in area
677 // The segments in Spills are not ordered with respect to the segments in area
680 // When they exist, Spills.back().start <= LastStart,
697 OS << "\n Spills:";
698 for (unsigned I = 0, E = Spills.size(); I != E; ++I)
699 OS << ' ' << Spills[I];
731 assert(Spills.empty() && "Leftover spilled segments")
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 594 SmallVector<LiveRange::Segment, 16> Spills;

Completed in 488 milliseconds