Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1277 SlotIndex StopIdx = in calcGapWeights() local
1296 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1657 SlotIndex StopIdx = in calcGapWeights() local
1677 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1704 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()