Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2165 LiveIntervalUnion::SegmentIter IntI = in calcGapWeights() local
2167 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
2169 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
2176 const float weight = IntI.value()->weight; in calcGapWeights()
2179 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()