Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp302 SUnit::pred_iterator BestI = Preds.begin(); in biasCriticalPath() local
303 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath()
304 for (SUnit::pred_iterator I = std::next(BestI), E = Preds.end(); I != E; in biasCriticalPath()
307 BestI = I; in biasCriticalPath()
309 if (BestI != Preds.begin()) in biasCriticalPath()
310 std::swap(*Preds.begin(), *BestI); in biasCriticalPath()