Lines Matching defs:LoopPipelinerInternal
29 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;
44 PipeliningOption::AnnotationlFnType annotateFn = nullptr;
45 bool peelEpilogue;
46 PipeliningOption::PredicateOpFn predicateFn = nullptr;
52 DenseMap<Value, llvm::SmallVector<Value>> valueMapping;