Searched refs:SlotPair (Results 1 – 2 of 2) sorted by relevance
64 typedef std::pair<SlotIndex, SlotIndex> SlotPair; typedef65 typedef std::vector<SlotPair> LoopRanges;83 std::pair<bool, SlotPair> getLoopSubRange(const LiveRange &lr,
197 std::pair<bool, LoopSplitter::SlotPair> lsr = in copyRange()674 std::pair<bool, LoopSplitter::SlotPair> LoopSplitter::getLoopSubRange( in getLoopSubRange()686 return std::make_pair(false, SlotPair(invalid, invalid)); in getLoopSubRange()692 return std::make_pair(true, SlotPair(srStart, srEnd)); in getLoopSubRange()