Lines Matching refs:FirstInstr
205 BI.FirstInstr = *UseI; in calcLiveBlockInfo()
206 assert(BI.FirstInstr >= Start); in calcLiveBlockInfo()
218 assert(LVI->start == BI.FirstInstr && "First instr should be a def"); in calcLiveBlockInfo()
219 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()
245 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()
1144 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
1147 return isOriginalEndpoint(BI.FirstInstr); in shouldSplitSingleBlock()
1153 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1287 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegInBlock()
1379 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegOutBlock()
1389 if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) { in splitRegOutBlock()
1397 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1401 if (!EnterAfter || EnterAfter < BI.FirstInstr.getBaseIndex()) { in splitRegOutBlock()
1409 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()
1430 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()