reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1711 << ", leave before " << LeaveBefore 1716 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); 1716 assert((!LeaveBefore || LeaveBefore > Start) && "Bad interference"); 1718 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { 1718 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { 1732 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { 1732 if (!LeaveBefore || LeaveBefore > BI.LastInstr.getBoundaryIndex()) { 1748 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); 1748 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); 1755 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); 1755 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); 1774 SlotIndex From = enterIntvBefore(LeaveBefore); 1778 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); 1778 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); 1789 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); 1793 assert((!LeaveBefore || From <= LeaveBefore) && "Interference"); 1793 assert((!LeaveBefore || From <= LeaveBefore) && "Interference");