Searched defs:LoopPipelinerInternal (Results 1 – 1 of 1) sorted by relevance
29 struct LoopPipelinerInternal { struct31 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 …]