Home
last modified time | relevance | path

Searched refs:SlotPair (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.h64 typedef std::pair<SlotIndex, SlotIndex> SlotPair; typedef
65 typedef std::vector<SlotPair> LoopRanges;
83 std::pair<bool, SlotPair> getLoopSubRange(const LiveRange &lr,
DSplitter.cpp197 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()