Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp329 SUnit::pred_iterator BestI = Preds.begin(); in biasCriticalPath() local
330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath()
331 for (SUnit::pred_iterator I = std::next(BestI), E = Preds.end(); I != E; in biasCriticalPath()
334 BestI = I; in biasCriticalPath()
336 if (BestI != Preds.begin()) in biasCriticalPath()
337 std::swap(*Preds.begin(), *BestI); in biasCriticalPath()