CIRCT  19.0.0git
Macros | Functions
SimplexSchedulers.cpp File Reference
#include "circt/Scheduling/Algorithms.h"
#include "circt/Scheduling/Utilities.h"
#include "mlir/IR/Operation.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include <algorithm>
#include <limits>
Include dependency graph for SimplexSchedulers.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "simplex-schedulers"
 

Functions

static bool isLimited (Operation *op, SharedOperatorsProblem &prob)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "simplex-schedulers"

Definition at line 26 of file SimplexSchedulers.cpp.

Function Documentation

◆ isLimited()

static bool isLimited ( Operation *  op,
SharedOperatorsProblem prob 
)
static