reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MachinePipeliner.cpp
 1857             if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight))
 1857             if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight))
 1858               maxHeight = I;
 1859             else if (getHeight(I) == getHeight(maxHeight) &&
 1860                      getZeroLatencyHeight(I) > getZeroLatencyHeight(maxHeight))
 1861               maxHeight = I;
 1862             else if (getHeight(I) == getHeight(maxHeight) &&
 1864                          getZeroLatencyHeight(maxHeight) &&
 1865                      getMOV(I) < getMOV(maxHeight))
 1866               maxHeight = I;
 1868           NodeOrder.insert(maxHeight);
 1869           LLVM_DEBUG(dbgs() << maxHeight->NodeNum << " ");
 1870           R.remove(maxHeight);
 1871           for (const auto &I : maxHeight->Succs) {
 1881           for (const auto &I : maxHeight->Preds) {