Home
last modified time | relevance | path

Searched refs:LastInstr (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp237 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()
238 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
256 BI.LastInstr = LastStop; in calcLiveBlockInfo()
268 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()
1613 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1614 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1619 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
1744 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1752 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1760 useIntv(Start, BI.LastInstr); in splitRegInBlock()
[all …]
H A DSplitKit.h124 SlotIndex LastInstr; ///< Last instr accessing current reg. member
132 return SlotIndex::isSameInstr(FirstInstr, LastInstr); in isOneInstr()
H A DRegAllocGreedy.cpp616 !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef()) in addSplitConstraints()
635 } else if (Intf.first() < BI.LastInstr) { in addSplitConstraints()
652 } else if (Intf.last() > BI.LastInstr) { in addSplitConstraints()
1500 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()