#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/LLHD/IR/LLHDOps.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h"
#include "circt/Support/UnusedOpPruner.h"
#include "mlir/Analysis/CFGLoopInfo.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/Matchers.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h.inc"
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::llhd |
|
|
static void | cloneBlocks (ArrayRef< Block * > blocks, Region ®ion, Region::iterator before, IRMapping &mapper) |
| Clone a list of blocks into a region before the given block.
|
|
static llvm::raw_ostream & | operator<< (llvm::raw_ostream &os, const Loop &loop) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "llhd-unroll-loops" |
◆ GEN_PASS_DEF_UNROLLLOOPSPASS
#define GEN_PASS_DEF_UNROLLLOOPSPASS |
◆ cloneBlocks()
static void cloneBlocks |
( |
ArrayRef< Block * > |
blocks, |
|
|
Region & |
region, |
|
|
Region::iterator |
before, |
|
|
IRMapping & |
mapper |
|
) |
| |
|
static |
Clone a list of blocks into a region before the given block.
See Region::cloneInto
for the original code that clones an entire region.
Definition at line 45 of file UnrollLoops.cpp.
◆ operator<<()
static llvm::raw_ostream & operator<< |
( |
llvm::raw_ostream & |
os, |
|
|
const Loop & |
loop |
|
) |
| |
|
static |