CIRCT
20.0.0git
|
#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>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "simplex-schedulers" |
Functions | |
static bool | isLimited (Operation *op, SharedOperatorsProblem &prob) |
#define DEBUG_TYPE "simplex-schedulers" |
Definition at line 26 of file SimplexSchedulers.cpp.
|
static |
Definition at line 876 of file SimplexSchedulers.cpp.
References circt::scheduling::SharedOperatorsProblem::getLimit(), and circt::scheduling::Problem::getLinkedOperatorType().