Searched refs:regionResultTypes (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | InliningUtils.cpp | 146 ValueRange resultsToReplace, TypeRange regionResultTypes, in inlineRegionImpl() argument 149 assert(resultsToReplace.size() == regionResultTypes.size()); in inlineRegionImpl() 216 postInsertBlock->addArgument(regionResultTypes[resultToRepl.index()], in inlineRegionImpl() 266 TypeRange regionResultTypes, in inlineRegion() argument 271 regionResultTypes, inlineLoc, shouldCloneInlinedRegion); in inlineRegion() 276 ValueRange resultsToReplace, TypeRange regionResultTypes, in inlineRegion() argument 280 resultsToReplace, regionResultTypes, inlineLoc, in inlineRegion()
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | InliningUtils.h | 210 TypeRange regionResultTypes, 217 TypeRange regionResultTypes,
|