Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.cpp270 for (auto &RangeIterPair : SubRanges) { in addLiveInsForSubRanges() local
271 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges()
272 LiveInterval::const_iterator &SRI = RangeIterPair.second; in addLiveInsForSubRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DVirtRegMap.cpp295 for (auto &RangeIterPair : SubRanges) { in addLiveInsForSubRanges() local
296 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges()
297 LiveInterval::const_iterator &SRI = RangeIterPair.second; in addLiveInsForSubRanges()