Home
last modified time | relevance | path

Searched refs:lrItr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp640 LoopRangeMap::iterator lrItr = loopRangeMap.find(&loop); in getLoopRanges() local
641 if (lrItr == loopRangeMap.end()) { in getLoopRanges()
671 return lrItr->second; in getLoopRanges()
678 LoopRanges::iterator lrItr = loopRanges.begin(), in getLoopSubRange() local
680 while (lrItr != lrEnd && lr.start >= lrItr->second) { in getLoopSubRange()
681 ++lrItr; in getLoopSubRange()
684 if (lrItr == lrEnd) { in getLoopSubRange()
689 SlotIndex srStart(lr.start < lrItr->first ? lrItr->first : lr.start); in getLoopSubRange()
690 SlotIndex srEnd(lr.end > lrItr->second ? lrItr->second : lr.end); in getLoopSubRange()
698 for (LoopRanges::iterator lrItr = loopRanges.begin(), lrEnd = loopRanges.end(); in dumpLoopRanges() local
[all …]
DRegAllocPBQP.cpp619 for (LRIterator lrItr = li->begin(), lrEnd = li->end(); in finalizeAlloc() local
620 lrItr != lrEnd; ++lrItr) { in finalizeAlloc()
623 if (lis->findLiveInMBBs(lrItr->start, lrItr->end, liveInMBBs)) { in finalizeAlloc()
DRenderMachineFunction.cpp469 for (LiveInterval::iterator lrItr = li->begin(), in resetPressureAndLiveStates() local
471 lrItr != lrEnd; ++lrItr) { in resetPressureAndLiveStates()
472 LiveRange *lr = &*lrItr; in resetPressureAndLiveStates()