CIRCT 21.0.0git
|
#include <LongestPathAnalysis.h>
Public Member Functions | |
DebugPoint (circt::igraph::InstancePath path, Value value, size_t bitPos, int64_t delay=0, StringRef comment="") | |
void | Profile (llvm::FoldingSetNodeID &ID) const |
void | print (llvm::raw_ostream &os) const |
Public Attributes | |
Object | object |
int64_t | delay |
StringRef | comment |
Definition at line 64 of file LongestPathAnalysis.h.
|
inline |
Definition at line 65 of file LongestPathAnalysis.h.
void DebugPoint::print | ( | llvm::raw_ostream & | os | ) | const |
Definition at line 222 of file LongestPathAnalysis.cpp.
References aig.DebugPoint::comment, aig.DebugPoint::delay, and printObjectImpl().
|
inline |
Definition at line 70 of file LongestPathAnalysis.h.
References delay.
StringRef circt::aig::DebugPoint::comment |
Definition at line 83 of file LongestPathAnalysis.h.
int64_t circt::aig::DebugPoint::delay |
Definition at line 82 of file LongestPathAnalysis.h.
Referenced by Profile(), and aig.DataflowPath::to_flamegraph().
Object circt::aig::DebugPoint::object |
Definition at line 81 of file LongestPathAnalysis.h.
Referenced by circt::aig::OpenPath::prependPaths().