CIRCT
18.0.0git
|
#include "PassDetails.h"
#include "circt/Analysis/DependenceAnalysis.h"
#include "circt/Analysis/SchedulingAnalysis.h"
#include "circt/Dialect/HW/HWOpInterfaces.h"
#include "circt/Dialect/SSP/SSPOps.h"
#include "circt/Dialect/SSP/Utilities.h"
#include "circt/Scheduling/Algorithms.h"
#include "circt/Scheduling/Utilities.h"
#include "circt/Support/BackedgeBuilder.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "pipeline-schedule-linear" |
Functions | |
static bool | ignoreOp (Operation *op) |
#define DEBUG_TYPE "pipeline-schedule-linear" |
Definition at line 23 of file ScheduleLinearPipeline.cpp.
|
static |
Definition at line 43 of file ScheduleLinearPipeline.cpp.