Home
last modified time | relevance | path

Searched defs:LoopPipelinerInternal (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp29 struct LoopPipelinerInternal { struct
31 struct LiverangeInfo {
37 ForOp forOp;
38 unsigned maxStage = 0;
39 DenseMap<Operation *, unsigned> stages;
40 std::vector<Operation *> opOrder;
41 int64_t ub;
42 int64_t lb;
43 int64_t step;
45 bool peelEpilogue;
[all …]