Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp251 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()
252 assert(BI.LastInstr < Stop); in calcLiveBlockInfo()
270 BI.LastInstr = LastStop; in calcLiveBlockInfo()
282 UseBlocks.back().LastInstr = LastStop; in calcLiveBlockInfo()
1584 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1585 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1590 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
1715 << BI.LastInstr << ", reg-in " << IntvIn in splitRegInBlock()
1723 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1731 useIntv(Start, BI.LastInstr); in splitRegInBlock()
[all …]
H A DSplitKit.h125 SlotIndex LastInstr; ///< Last instr accessing current reg. member
133 return SlotIndex::isSameInstr(FirstInstr, LastInstr); in isOneInstr()
H A DRegAllocGreedy.cpp1244 !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef()) in addSplitConstraints()
1263 } else if (Intf.first() < BI.LastInstr) { in addSplitConstraints()
1280 } else if (Intf.last() > BI.LastInstr) { in addSplitConstraints()
2169 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp592 BasicBlock::iterator LastInstr = C0->getIterator(); in getBoundaryInstrs() local
605 LastInstr = I.getIterator(); in getBoundaryInstrs()
611 return std::make_pair(FirstInstr, ++LastInstr); in getBoundaryInstrs()