|
MLIR 22.0.0git
|
#include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"#include "mlir/Analysis/DataFlow/LivenessAnalysis.h"#include "mlir/IR/Builders.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/Dialect.h"#include "mlir/IR/Operation.h"#include "mlir/IR/OperationSupport.h"#include "mlir/IR/SymbolTable.h"#include "mlir/IR/Value.h"#include "mlir/IR/ValueRange.h"#include "mlir/IR/Visitors.h"#include "mlir/Interfaces/CallInterfaces.h"#include "mlir/Interfaces/ControlFlowInterfaces.h"#include "mlir/Interfaces/FunctionInterfaces.h"#include "mlir/Interfaces/SideEffectInterfaces.h"#include "mlir/Pass/Pass.h"#include "mlir/Support/LLVM.h"#include "mlir/Transforms/FoldUtils.h"#include "mlir/Transforms/Passes.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/Debug.h"#include "llvm/Support/DebugLog.h"#include <cassert>#include <cstddef>#include <memory>#include <optional>#include <vector>#include "mlir/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::RemoveDeadValuesBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | DEBUG_TYPE "remove-dead-values" |
| #define | GEN_PASS_DEF_REMOVEDEADVALUES |
| #define DEBUG_TYPE "remove-dead-values" |
Definition at line 62 of file RemoveDeadValues.cpp.
| #define GEN_PASS_DEF_REMOVEDEADVALUES |
Definition at line 65 of file RemoveDeadValues.cpp.