reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); 331 for (SUnit::pred_iterator I = std::next(BestI), E = Preds.end(); I != E; 334 BestI = I; 336 if (BestI != Preds.begin()) 337 std::swap(*Preds.begin(), *BestI);