Loading [MathJax]/extensions/tex2jax.js
CIRCT 22.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
circt::aig::LongestPathCollection Class Reference

#include <LongestPathAnalysis.h>

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

Public Member Functions

 LongestPathCollection (MLIRContext *ctx)
 
const DataflowPathgetPath (unsigned index) const
 
MLIRContext * getContext () const
 
void sortInDescendingOrder ()
 
void sortAndDropNonCriticalPathsPerFanOut ()
 

Public Attributes

llvm::SmallVector< DataflowPath, 64 > paths
 

Private Attributes

MLIRContext * ctx
 

Detailed Description

Definition at line 306 of file LongestPathAnalysis.h.

Constructor & Destructor Documentation

◆ LongestPathCollection()

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

Definition at line 308 of file LongestPathAnalysis.h.

Member Function Documentation

◆ getContext()

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

Definition at line 310 of file LongestPathAnalysis.h.

References ctx.

◆ getPath()

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

Definition at line 309 of file LongestPathAnalysis.h.

References paths.

◆ sortAndDropNonCriticalPathsPerFanOut()

void LongestPathCollection::sortAndDropNonCriticalPathsPerFanOut ( )

Definition at line 1933 of file LongestPathAnalysis.cpp.

References paths, and sortInDescendingOrder().

◆ sortInDescendingOrder()

void LongestPathCollection::sortInDescendingOrder ( )

Member Data Documentation

◆ ctx

MLIRContext* circt::aig::LongestPathCollection::ctx
private

Definition at line 320 of file LongestPathAnalysis.h.

Referenced by getContext().

◆ paths

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

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