Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp159 SmallVector<Type> outlinedFuncArgTypes; in outlineSingleBlockRegion() local
165 outlinedFuncArgTypes.push_back(arg.getType()); in outlineSingleBlockRegion()
169 outlinedFuncArgTypes.push_back(value.getType()); in outlineSingleBlockRegion()
173 FunctionType::get(rewriter.getContext(), outlinedFuncArgTypes, in outlineSingleBlockRegion()
199 TypeRange{outlinedFuncArgTypes}.take_front(numOriginalBlockArguments), in outlineSingleBlockRegion()