Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1419 LiveIntervalUnion::SegmentIter IntI = in calcGapWeights() local
1421 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1423 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
1430 const float weight = IntI.value()->weight(); in calcGapWeights()
1433 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()