CIRCT 21.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
Deseq.cpp File Reference
#include "DNF.h"
#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/LLHD/IR/LLHDOps.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h"
#include "circt/Dialect/Seq/SeqOps.h"
#include "mlir/Analysis/Liveness.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/Matchers.h"
#include "mlir/Transforms/RegionUtils.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/GenericIteratedDominanceFrontier.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h.inc"
Include dependency graph for Deseq.cpp:

Go to the source code of this file.

Classes

struct  llvm::DenseMapInfo< FixedValue >
 
struct  llvm::DenseMapInfo< FixedValues >
 

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::llhd
 
namespace  llvm
 

Macros

#define DEBUG_TYPE   "llhd-deseq"
 
#define GEN_PASS_DEF_DESEQPASS
 

Functions

static llvm::raw_ostream & circt::llhd::operator<< (llvm::raw_ostream &os, const DNF &dnf)
 
static llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const ValueTable &table)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "llhd-deseq"

Definition at line 24 of file Deseq.cpp.

◆ GEN_PASS_DEF_DESEQPASS

#define GEN_PASS_DEF_DESEQPASS

Definition at line 28 of file Deseq.cpp.

Function Documentation

◆ operator<<()

static llvm::raw_ostream & operator<< ( llvm::raw_ostream &  os,
const ValueTable &  table 
)
static

Definition at line 172 of file Deseq.cpp.