Enzyme main
Loading...
Searching...
No Matches
HoistEnzymeRegions.cpp File Reference
#include "Dialect/Ops.h"
#include "Interfaces/AutoDiffOpInterface.h"
#include "Interfaces/Utils.h"
#include "Passes/Passes.h"
#include "mlir/Analysis/TopologicalSortUtils.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/IR/Dominance.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "mlir/Transforms/RegionUtils.h"
#include "mlir/Transforms/WalkPatternRewriteDriver.h"
#include "llvm/ADT/TypeSwitch.h"
#include "Passes/Passes.h.inc"
Include dependency graph for HoistEnzymeRegions.cpp:

Go to the source code of this file.

Namespaces

namespace  mlir
 
namespace  mlir::enzyme
 

Macros

#define GEN_PASS_DEF_HOISTENZYMEFROMREGIONPASS
 
#define DEBUG_TYPE   "enzyme-hoist"
 
#define ENZYME_DBGS   llvm::dbgs() << "[" << DEBUG_TYPE << "]"
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "enzyme-hoist"

Definition at line 39 of file HoistEnzymeRegions.cpp.

◆ ENZYME_DBGS

#define ENZYME_DBGS   llvm::dbgs() << "[" << DEBUG_TYPE << "]"

Definition at line 40 of file HoistEnzymeRegions.cpp.

◆ GEN_PASS_DEF_HOISTENZYMEFROMREGIONPASS

#define GEN_PASS_DEF_HOISTENZYMEFROMREGIONPASS

Definition at line 34 of file HoistEnzymeRegions.cpp.