MLIR  19.0.0git
Functions
TopologicalSortUtils.cpp File Reference
#include "mlir/Transforms/TopologicalSortUtils.h"
#include "mlir/IR/OpDefinition.h"

Go to the source code of this file.

Functions

static bool isOpReady (Operation *op, DenseSet< Operation * > &unscheduledOps, function_ref< bool(Value, Operation *)> isOperandReady)
 Return true if the given operation is ready to be scheduled. More...
 

Function Documentation

◆ isOpReady()

static bool isOpReady ( Operation op,
DenseSet< Operation * > &  unscheduledOps,
function_ref< bool(Value, Operation *)>  isOperandReady 
)
static

Return true if the given operation is ready to be scheduled.

Definition at line 15 of file TopologicalSortUtils.cpp.