Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2186 LiveIntervalUnion::SegmentIter IntI = in calcGapWeights() local
2188 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
2190 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
2197 const float weight = IntI.value()->weight(); in calcGapWeights()
2200 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()