Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp238 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()
239 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
257 BI.LastInstr = LastStop; in calcLiveBlockInfo()
269 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()
1620 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
1761 useIntv(Start, BI.LastInstr); in splitRegInBlock()
1778 if (BI.LastInstr < LSP) { in splitRegInBlock()
1788 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock()
1802 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1808 SlotIndex To = leaveIntvAfter(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.cpp618 !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef()) in addSplitConstraints()
637 } else if (Intf.first() < BI.LastInstr) { in addSplitConstraints()
654 } else if (Intf.last() > BI.LastInstr) { in addSplitConstraints()
1502 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()