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 | sortAndDropNonCriticalPathsPerEndPoint () |
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.
|
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 2054 of file LongestPathAnalysis.cpp.
References paths, and sortInDescendingOrder().
void LongestPathCollection::sortAndDropNonCriticalPathsPerEndPoint | ( | ) |
Definition at line 2041 of file LongestPathAnalysis.cpp.
References paths, and sortInDescendingOrder().
void LongestPathCollection::sortInDescendingOrder | ( | ) |
Definition at line 2035 of file LongestPathAnalysis.cpp.
References circt::synth::DataflowPath::getDelay(), and paths.
Referenced by merge(), and sortAndDropNonCriticalPathsPerEndPoint().
|
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 getPath(), merge(), sortAndDropNonCriticalPathsPerEndPoint(), and sortInDescendingOrder().