Home
last modified time | relevance | path

Searched refs:ConvertVectorToSCFPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp1283 struct ConvertVectorToSCFPass struct
1284 : public ConvertVectorToSCFBase<ConvertVectorToSCFPass> {
1285 ConvertVectorToSCFPass() = default;
1286 ConvertVectorToSCFPass(const VectorTransferToSCFOptions &options) { in ConvertVectorToSCFPass() function
1319 return std::make_unique<ConvertVectorToSCFPass>(options); in createConvertVectorToSCFPass()