Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp200 BI.FirstInstr = *UseI; in calcLiveBlockInfo()
201 assert(BI.FirstInstr >= Start); in calcLiveBlockInfo()
213 assert(LVI->start == BI.FirstInstr && "First instr should be a def"); in calcLiveBlockInfo()
214 BI.FirstDef = BI.FirstInstr; in calcLiveBlockInfo()
240 BI.FirstInstr = BI.FirstDef = LVI->start; in calcLiveBlockInfo()
1123 if (LIS.getInstructionFromIndex(BI.FirstInstr)->isCopyLike()) in shouldSplitSingleBlock()
1126 return isOriginalEndpoint(BI.FirstInstr); in shouldSplitSingleBlock()
1132 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock()
1266 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegInBlock()
1358 << "), uses " << BI.FirstInstr << '-' << BI.LastInstr in splitRegOutBlock()
[all …]
DSplitKit.h69 SlotIndex FirstInstr; ///< First instr accessing current reg. member
78 return SlotIndex::isSameInstr(FirstInstr, LastInstr); in isOneInstr()
DRegAllocGreedy.cpp959 else if (Intf.first() < BI.FirstInstr) in addSplitConstraints()
971 else if (Intf.last() > BI.FirstInstr) in addSplitConstraints()
1646 BI.LiveIn ? BI.FirstInstr.getBaseIndex() : BI.FirstInstr; in calcGapWeights()