MLIR  19.0.0git
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 "mlir/Support/LogicalResult.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Casting.h"
#include <cassert>
#include <optional>

Go to the source code of this file.

Functions

static MutableArrayRef< OpOperandoperandsToOpOperands (OperandRange &operands)
 

Function Documentation

◆ operandsToOpOperands()

static MutableArrayRef<OpOperand> operandsToOpOperands ( OperandRange operands)
static

Definition at line 384 of file SparseAnalysis.cpp.