Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp679 lrEnd = loopRanges.end(); in getLoopSubRange() local
680 while (lrItr != lrEnd && lr.start >= lrItr->second) { in getLoopSubRange()
684 if (lrItr == lrEnd) { in getLoopSubRange()
698 for (LoopRanges::iterator lrItr = loopRanges.begin(), lrEnd = loopRanges.end(); in dumpLoopRanges() local
699 lrItr != lrEnd; ++lrItr) { in dumpLoopRanges()
DRegAllocPBQP.cpp619 for (LRIterator lrItr = li->begin(), lrEnd = li->end(); in finalizeAlloc() local
620 lrItr != lrEnd; ++lrItr) { in finalizeAlloc()
DRenderMachineFunction.cpp470 lrEnd = li->end(); in resetPressureAndLiveStates() local
471 lrItr != lrEnd; ++lrItr) { in resetPressureAndLiveStates()