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

Public Member Functions | |
| Object (circt::igraph::InstancePath path, Value value, size_t bitPos) | |
| Object ()=default | |
| bool | operator== (const Object &other) const |
| void | print (llvm::raw_ostream &os) const |
| Object & | prependPaths (circt::igraph::InstancePathCache &cache, circt::igraph::InstancePath path) |
| StringAttr | getName () const |
Public Attributes | |
| circt::igraph::InstancePath | instancePath |
| Value | value |
| size_t | bitPos |
Definition at line 47 of file LongestPathAnalysis.h.
|
inline |
Definition at line 48 of file LongestPathAnalysis.h.
|
default |
| StringAttr Object::getName | ( | ) | const |
Definition at line 299 of file LongestPathAnalysis.cpp.
References getNameImpl().
|
inline |
Definition at line 52 of file LongestPathAnalysis.h.
References bitPos, instancePath, and value.
| Object & Object::prependPaths | ( | circt::igraph::InstancePathCache & | cache, |
| circt::igraph::InstancePath | path | ||
| ) |
Definition at line 325 of file LongestPathAnalysis.cpp.
References circt::igraph::InstancePathCache::concatPath().
Referenced by circt::synth::OpenPath::prependPaths().
| void Object::print | ( | llvm::raw_ostream & | os | ) | const |
Definition at line 297 of file LongestPathAnalysis.cpp.
References printObjectImpl().
| size_t circt::synth::Object::bitPos |
Definition at line 65 of file LongestPathAnalysis.h.
Referenced by llvm::DenseMapInfo< circt::synth::Object >::isEqual(), and operator==().
| circt::igraph::InstancePath circt::synth::Object::instancePath |
Definition at line 63 of file LongestPathAnalysis.h.
Referenced by llvm::DenseMapInfo< circt::synth::Object >::isEqual(), and operator==().
| Value circt::synth::Object::value |
Definition at line 64 of file LongestPathAnalysis.h.
Referenced by llvm::DenseMapInfo< circt::synth::Object >::isEqual(), operator==(), and Python.support.OpOperand::type().