Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp250 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()
251 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
269 BI.LastInstr = LastStop; in calcLiveBlockInfo()
281 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()
1585 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
1726 useIntv(Start, BI.LastInstr); in splitRegInBlock()
1743 if (BI.LastInstr < LSP) { in splitRegInBlock()
1753 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock()
1767 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1773 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.cpp1187 !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef()) in addSplitConstraints()
1206 } else if (Intf.first() < BI.LastInstr) { in addSplitConstraints()
1223 } else if (Intf.last() > BI.LastInstr) { in addSplitConstraints()
2148 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp532 BasicBlock::iterator LastInstr = C0->getIterator(); in getBoundaryInstrs() local
545 LastInstr = I.getIterator(); in getBoundaryInstrs()
551 return std::make_pair(FirstInstr, ++LastInstr); in getBoundaryInstrs()