|
CIRCT 22.0.0git
|
#include <LongestPathAnalysis.h>

Public Member Functions | |
| LongestPathCollection (MLIRContext *ctx) | |
| const DataflowPath & | getPath (unsigned index) const |
| MLIRContext * | getContext () const |
| void | sortInDescendingOrder () |
| void | dropNonCriticalPaths (bool perEndPoint=true) |
| void | merge (const LongestPathCollection &other) |
Public Attributes | |
| llvm::SmallVector< DataflowPath, 64 > | paths |
Private Attributes | |
| MLIRContext * | ctx |
Definition at line 335 of file LongestPathAnalysis.h.
|
inline |
Definition at line 337 of file LongestPathAnalysis.h.
| void LongestPathCollection::dropNonCriticalPaths | ( | bool | perEndPoint = true | ) |
Definition at line 2049 of file LongestPathAnalysis.cpp.
References paths.
|
inline |
Definition at line 339 of file LongestPathAnalysis.h.
References ctx.
|
inline |
Definition at line 338 of file LongestPathAnalysis.h.
References paths.
| void LongestPathCollection::merge | ( | const LongestPathCollection & | other | ) |
Definition at line 2069 of file LongestPathAnalysis.cpp.
References paths, and sortInDescendingOrder().
| void LongestPathCollection::sortInDescendingOrder | ( | ) |
Definition at line 2043 of file LongestPathAnalysis.cpp.
References circt::synth::DataflowPath::getDelay(), and paths.
Referenced by merge().
|
private |
Definition at line 352 of file LongestPathAnalysis.h.
Referenced by getContext().
| llvm::SmallVector<DataflowPath, 64> circt::synth::LongestPathCollection::paths |
Definition at line 340 of file LongestPathAnalysis.h.
Referenced by dropNonCriticalPaths(), getPath(), merge(), and sortInDescendingOrder().