CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Attributes | List of all members
circt::synth::LongestPathCollection Class Reference

#include <LongestPathAnalysis.h>

Collaboration diagram for circt::synth::LongestPathCollection:
Collaboration graph
[legend]

Public Member Functions

 LongestPathCollection (MLIRContext *ctx)
 
const DataflowPathgetPath (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
 

Detailed Description

Definition at line 335 of file LongestPathAnalysis.h.

Constructor & Destructor Documentation

◆ LongestPathCollection()

circt::synth::LongestPathCollection::LongestPathCollection ( MLIRContext *  ctx)
inline

Definition at line 337 of file LongestPathAnalysis.h.

Member Function Documentation

◆ getContext()

MLIRContext * circt::synth::LongestPathCollection::getContext ( ) const
inline

Definition at line 339 of file LongestPathAnalysis.h.

References ctx.

◆ getPath()

const DataflowPath & circt::synth::LongestPathCollection::getPath ( unsigned  index) const
inline

Definition at line 338 of file LongestPathAnalysis.h.

References paths.

◆ merge()

void LongestPathCollection::merge ( const LongestPathCollection other)

Definition at line 2054 of file LongestPathAnalysis.cpp.

References paths, and sortInDescendingOrder().

◆ sortAndDropNonCriticalPathsPerEndPoint()

void LongestPathCollection::sortAndDropNonCriticalPathsPerEndPoint ( )

Definition at line 2041 of file LongestPathAnalysis.cpp.

References paths, and sortInDescendingOrder().

◆ sortInDescendingOrder()

void LongestPathCollection::sortInDescendingOrder ( )

Member Data Documentation

◆ ctx

MLIRContext* circt::synth::LongestPathCollection::ctx
private

Definition at line 352 of file LongestPathAnalysis.h.

Referenced by getContext().

◆ paths

llvm::SmallVector<DataflowPath, 64> circt::synth::LongestPathCollection::paths

The documentation for this class was generated from the following files: