Searched refs:lrItr (Results 1 – 3 of 3) sorted by relevance
640 LoopRangeMap::iterator lrItr = loopRangeMap.find(&loop); in getLoopRanges() local641 if (lrItr == loopRangeMap.end()) { in getLoopRanges()671 return lrItr->second; in getLoopRanges()678 LoopRanges::iterator lrItr = loopRanges.begin(), in getLoopSubRange() local680 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 …]
619 for (LRIterator lrItr = li->begin(), lrEnd = li->end(); in finalizeAlloc() local620 lrItr != lrEnd; ++lrItr) { in finalizeAlloc()623 if (lis->findLiveInMBBs(lrItr->start, lrItr->end, liveInMBBs)) { in finalizeAlloc()
469 for (LiveInterval::iterator lrItr = li->begin(), in resetPressureAndLiveStates() local471 lrItr != lrEnd; ++lrItr) { in resetPressureAndLiveStates()472 LiveRange *lr = &*lrItr; in resetPressureAndLiveStates()