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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1610 LiveIntervalUnion::SegmentIter IntI = local
1612 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
1613 // Skip the gaps before IntI.
1614 while (Uses[Gap+1].getBoundaryIndex() < IntI.start())
1620 // Update the gaps covered by IntI.
1621 const float weight = IntI.value()->weight;
1624 if (Uses[Gap+1].getBaseIndex() >= IntI.stop())

Completed in 557 milliseconds