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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1592 SlotIndex StopIdx = local
1608 // StartIdx and after StopIdx.
1612 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
1639 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) {

Completed in 882 milliseconds