Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1616 SlotIndex StopIdx = in calcGapWeights() local
1636 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1663 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) { in calcGapWeights()