Home
last modified time | relevance | path

Searched refs:RangeIterPair (Results 1 – 3 of 3) 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-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp293 for (auto &RangeIterPair : SubRanges) { in addLiveInsForSubRanges() local
294 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges()
295 LiveInterval::const_iterator &SRI = RangeIterPair.second; in addLiveInsForSubRanges()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DVirtRegMap.cpp321 for (auto &RangeIterPair : SubRanges) { in addLiveInsForSubRanges() local
322 const LiveInterval::SubRange *SR = RangeIterPair.first; in addLiveInsForSubRanges()
323 LiveInterval::const_iterator &SRI = RangeIterPair.second; in addLiveInsForSubRanges()