|
MLIR
22.0.0git
|
#include "mlir/Analysis/DataFlow/SparseAnalysis.h"#include "mlir/Analysis/DataFlow/DeadCodeAnalysis.h"#include "mlir/Analysis/DataFlowFramework.h"#include "mlir/IR/Attributes.h"#include "mlir/IR/Operation.h"#include "mlir/IR/Region.h"#include "mlir/IR/SymbolTable.h"#include "mlir/IR/Value.h"#include "mlir/IR/ValueRange.h"#include "mlir/Interfaces/CallInterfaces.h"#include "mlir/Interfaces/ControlFlowInterfaces.h"#include "mlir/Support/LLVM.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/DebugLog.h"#include <cassert>#include <optional>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "dataflow" |
Functions | |
| static MutableArrayRef< OpOperand > | operandsToOpOperands (OperandRange &operands) |
| #define DEBUG_TYPE "dataflow" |
Definition at line 29 of file SparseAnalysis.cpp.
|
static |
Definition at line 425 of file SparseAnalysis.cpp.