Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTransforms.h124 struct PipeliningOption { struct
127 using GetScheduleFnType = std::function<void(
129 GetScheduleFnType getScheduleFn = nullptr;
130 enum class PipelinerPart {
164 const PipeliningOption &options); argument