Lines Matching refs:FirstInstr
198 BI.FirstInstr = *UseI; in calcLiveBlockInfo()
199 assert(BI.FirstInstr >= Start); in calcLiveBlockInfo()
211 assert(LVI->start == BI.FirstInstr && "First instr should be a def"); in calcLiveBlockInfo()
212 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()
238 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()
1122 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
1125 return isOriginalEndpoint(BI.FirstInstr); in shouldSplitSingleBlock()
1131 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1265 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegInBlock()
1357 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegOutBlock()
1367 if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) { in splitRegOutBlock()
1375 useIntv(BI.FirstInstr, Stop); in splitRegOutBlock()
1379 if (!EnterAfter || EnterAfter < BI.FirstInstr.getBaseIndex()) { in splitRegOutBlock()
1387 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock()
1408 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()