Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1295 LiveIntervalUnion::SegmentIter IntI = PhysReg2LiveUnion[*AI].find(StartIdx); in calcGapWeights() local
1296 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1298 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
1305 const float weight = IntI.value()->weight; in calcGapWeights()
1308 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1675 LiveIntervalUnion::SegmentIter IntI = in calcGapWeights() local
1677 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
1679 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
1686 const float weight = IntI.value()->weight; in calcGapWeights()
1689 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2139 LiveIntervalUnion::SegmentIter IntI = in calcGapWeights() local
2141 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) { in calcGapWeights()
2143 while (Uses[Gap+1].getBoundaryIndex() < IntI.start()) in calcGapWeights()
2150 const float weight = IntI.value()->weight; in calcGapWeights()
2153 if (Uses[Gap+1].getBaseIndex() >= IntI.stop()) in calcGapWeights()