Lines Matching refs:FirstInstr
246 BI.FirstInstr = *UseI; in calcLiveBlockInfo()
247 assert(BI.FirstInstr >= Start); in calcLiveBlockInfo()
259 assert(LVI->start == BI.FirstInstr && "First instr should be a def"); in calcLiveBlockInfo()
260 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()
286 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()
1568 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
1571 return isOriginalEndpoint(BI.FirstInstr); in shouldSplitSingleBlock()
1577 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1709 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegInBlock()
1802 << Stop << "), uses " << BI.FirstInstr << '-' in splitRegOutBlock()
1813 if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) { in splitRegOutBlock()
1821 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1825 if (!EnterAfter || EnterAfter < BI.FirstInstr.getBaseIndex()) { in splitRegOutBlock()
1833 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()
1854 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()