Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp15 void mlir::async::cloneConstantsIntoTheRegion(Region &region) { in cloneConstantsIntoTheRegion() function in mlir::async
17 cloneConstantsIntoTheRegion(region, builder); in cloneConstantsIntoTheRegion()
20 void mlir::async::cloneConstantsIntoTheRegion(Region &region, in cloneConstantsIntoTheRegion() function in mlir::async
H A DPassDetail.h46 void cloneConstantsIntoTheRegion(Region &region);
47 void cloneConstantsIntoTheRegion(Region &region, OpBuilder &builder);
H A DAsyncToAsyncRuntime.cpp247 cloneConstantsIntoTheRegion(execute.body()); in outlineExecuteOp()
H A DAsyncParallelFor.cpp731 cloneConstantsIntoTheRegion(op.getLoopBody(), rewriter); in matchAndRewrite()