Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp234 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()
235 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
253 BI.LastInstr = LastStop; in calcLiveBlockInfo()
265 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()
1598 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1599 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1604 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
1729 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1737 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1745 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.cpp612 !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef()) in addSplitConstraints()
631 } else if (Intf.first() < BI.LastInstr) { in addSplitConstraints()
648 } else if (Intf.last() > BI.LastInstr) { in addSplitConstraints()
1402 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp626 BasicBlock::iterator LastInstr = C0->getIterator(); in getBoundaryInstrs() local
639 LastInstr = I.getIterator(); in getBoundaryInstrs()
645 return std::make_pair(FirstInstr, ++LastInstr); in getBoundaryInstrs()