#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"
Go to the source code of this file.
◆ DEBUG_TYPE
| #define DEBUG_TYPE "enzyme-hoist" |
◆ ENZYME_DBGS
| #define ENZYME_DBGS llvm::dbgs() << "[" << DEBUG_TYPE << "]" |
◆ GEN_PASS_DEF_HOISTENZYMEFROMREGIONPASS
| #define GEN_PASS_DEF_HOISTENZYMEFROMREGIONPASS |