Searched refs:endIdx (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DSlotIndexes.cpp165 SlotIndex endIdx; local
167 endIdx = getMBBEndIdx(MBB);
169 endIdx = getInstructionIndex(End);
176 IndexList::iterator ListI = endIdx.listEntry();
H A DLiveIntervalAnalysis.cpp1061 SlotIndex endIdx; local
1063 endIdx = getMBBEndIdx(MBB).getPrevSlot();
1065 endIdx = getInstructionIndex(End);
1094 LiveInterval::iterator LII = LI.find(endIdx);
1096 if (LII != LI.end() && LII->start < endIdx)
H A DTwoAddressInstructionPass.cpp1401 SlotIndex endIdx = local
1403 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI));
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h657 SlotIndex endIdx(endEntry, SlotIndex::Slot_Block);
667 MBBRanges.push_back(std::make_pair(startIdx, endIdx));

Completed in 174 milliseconds