Lines Matching refs:FirstInstr
200 BI.FirstInstr = *UseI; in calcLiveBlockInfo()
201 assert(BI.FirstInstr >= Start); in calcLiveBlockInfo()
213 assert(LVI->start == BI.FirstInstr && "First instr should be a def"); in calcLiveBlockInfo()
214 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()
240 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()
1123 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
1126 return isOriginalEndpoint(BI.FirstInstr); in shouldSplitSingleBlock()
1132 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1266 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegInBlock()
1358 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegOutBlock()
1368 if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) { in splitRegOutBlock()
1376 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1380 if (!EnterAfter || EnterAfter < BI.FirstInstr.getBaseIndex()) { in splitRegOutBlock()
1388 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()
1409 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()