CIRCT
20.0.0git
|
#include "circt/Support/LLVM.h"
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/iterator.h"
#include <optional>
Go to the source code of this file.
Classes | |
class | circt::scheduling::detail::Dependence |
A wrapper class to uniformly handle def-use and auxiliary dependence edges. More... | |
class | circt::scheduling::detail::DependenceIterator |
An iterator to transparently surface an operation's def-use dependences from the SSA subgraph (induced by the registered operations), as well as auxiliary, operation-to-operation dependences explicitly provided by the client. More... | |
struct | llvm::DenseMapInfo< Dependence > |
Namespaces | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::scheduling | |
circt::scheduling::detail | |
llvm | |