HomeSort by relevance Sort by last modified time
    Searched refs:LiveSegments (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveIntervalUnion.h 49 typedef IntervalMap<SlotIndex, LiveInterval*> LiveSegments;
55 typedef LiveSegments::iterator SegmentIter;
58 typedef LiveSegments::Allocator Allocator;
65 LiveSegments Segments; // union of virtual reg segments
80 typedef LiveSegments Map;
LiveIntervalUnion.cpp 89 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {

Completed in 155 milliseconds