MLIR  22.0.0git
Macros | Functions
SparseAnalysis.cpp File Reference
#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< OpOperandoperandsToOpOperands (OperandRange &operands)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "dataflow"

Definition at line 29 of file SparseAnalysis.cpp.

Function Documentation

◆ operandsToOpOperands()

static MutableArrayRef<OpOperand> operandsToOpOperands ( OperandRange operands)
static

Definition at line 423 of file SparseAnalysis.cpp.