CIRCT  20.0.0git
Namespaces | Functions
TestPasses.cpp File Reference
#include "circt/Analysis/DebugAnalysis.h"
#include "circt/Analysis/DependenceAnalysis.h"
#include "circt/Analysis/FIRRTLInstanceInfo.h"
#include "circt/Analysis/OpCountAnalysis.h"
#include "circt/Analysis/SchedulingAnalysis.h"
#include "circt/Dialect/FIRRTL/FIRRTLInstanceGraph.h"
#include "circt/Dialect/HW/HWInstanceGraph.h"
#include "circt/Scheduling/Problems.h"
#include "mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.h"
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Value.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/Support/Debug.h"
Include dependency graph for TestPasses.cpp:

Go to the source code of this file.

Namespaces

 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::test
 

Functions

static llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const bool a)
 
static void printCircuitInfo (firrtl::CircuitOp op, firrtl::InstanceInfo &iInfo)
 
static void printModuleInfo (igraph::ModuleOpInterface op, firrtl::InstanceInfo &iInfo)
 
void circt::test::registerAnalysisTestPasses ()
 

Function Documentation

◆ operator<<()

static llvm::raw_ostream& operator<< ( llvm::raw_ostream &  os,
const bool  a 
)
static

Definition at line 202 of file TestPasses.cpp.

◆ printCircuitInfo()

static void printCircuitInfo ( firrtl::CircuitOp  op,
firrtl::InstanceInfo iInfo 
)
static

◆ printModuleInfo()

static void printModuleInfo ( igraph::ModuleOpInterface  op,
firrtl::InstanceInfo iInfo 
)
static