Searched refs:LastInstr (Results 1 – 3 of 3) sorted by relevance
238 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()239 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()257 BI.LastInstr = LastStop; in calcLiveBlockInfo()269 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()1620 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()1761 useIntv(Start, BI.LastInstr); in splitRegInBlock()1778 if (BI.LastInstr < LSP) { in splitRegInBlock()1788 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock()1802 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()1808 SlotIndex To = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()[all …]
124 SlotIndex LastInstr; ///< Last instr accessing current reg. member132 return SlotIndex::isSameInstr(FirstInstr, LastInstr); in isOneInstr()
618 !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef()) in addSplitConstraints()637 } else if (Intf.first() < BI.LastInstr) { in addSplitConstraints()654 } else if (Intf.last() > BI.LastInstr) { in addSplitConstraints()1502 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()