Searched refs:SegmentIter (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h51 // SegmentIter can advance to the next segment ordered by starting position
54 typedef LiveSegments::iterator SegmentIter; typedef in class:llvm::LiveIntervalUnion
70 SegmentIter begin() { return Segments.begin(); }
71 SegmentIter end() { return Segments.end(); }
72 SegmentIter find(SlotIndex x) { return Segments.find(x); }
109 SegmentIter LiveUnionI; // current position in LiveUnion
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp36 SegmentIter SegPos = Segments.find(RegPos->start);
63 SegmentIter SegPos = Segments.find(RegPos->start);
96 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
H A DInterferenceCache.h69 LiveIntervalUnion::SegmentIter VirtI;
H A DInterferenceCache.cpp139 LiveIntervalUnion::SegmentIter &I = RegUnits[i].VirtI;
190 LiveIntervalUnion::SegmentIter &I = RegUnits[i].VirtI;
H A DRegAllocGreedy.cpp1443 LiveIntervalUnion::SegmentIter IntI =

Completed in 107 milliseconds