Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1665 LiveIntervalUnion::SegmentIter IntI = in calcGapWeights() local
1667 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1669 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
1676 const float weight = IntI.value()->weight; in calcGapWeights()
1679 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()