CIRCT 22.0.0git
|
Public Types | |
using | Info = llvm::DenseMapInfo< std::tuple< circt::igraph::InstancePath, mlir::Value, size_t > > |
using | Object = circt::aig::Object |
Static Public Member Functions | |
static Object | getEmptyKey () |
static Object | getTombstoneKey () |
static llvm::hash_code | getHashValue (Object object) |
static bool | isEqual (const Object &a, const Object &b) |
Definition at line 341 of file LongestPathAnalysis.h.
using llvm::DenseMapInfo< circt::aig::Object >::Info = llvm::DenseMapInfo< std::tuple<circt::igraph::InstancePath, mlir::Value, size_t> > |
Definition at line 342 of file LongestPathAnalysis.h.
using llvm::DenseMapInfo< circt::aig::Object >::Object = circt::aig::Object |
Definition at line 344 of file LongestPathAnalysis.h.
|
inlinestatic |
Definition at line 345 of file LongestPathAnalysis.h.
|
inlinestatic |
Definition at line 354 of file LongestPathAnalysis.h.
|
inlinestatic |
Definition at line 350 of file LongestPathAnalysis.h.
|
inlinestatic |
Definition at line 358 of file LongestPathAnalysis.h.
References circt::aig::Object::bitPos, circt::aig::Object::instancePath, and circt::aig::Object::value.