Searched refs:cloneConstantsIntoTheRegion (Results 1 – 4 of 4) sorted by relevance
15 void mlir::async::cloneConstantsIntoTheRegion(Region ®ion) { in cloneConstantsIntoTheRegion() function in mlir::async17 cloneConstantsIntoTheRegion(region, builder); in cloneConstantsIntoTheRegion()20 void mlir::async::cloneConstantsIntoTheRegion(Region ®ion, in cloneConstantsIntoTheRegion() function in mlir::async
46 void cloneConstantsIntoTheRegion(Region ®ion);47 void cloneConstantsIntoTheRegion(Region ®ion, OpBuilder &builder);
247 cloneConstantsIntoTheRegion(execute.body()); in outlineExecuteOp()
731 cloneConstantsIntoTheRegion(op.getLoopBody(), rewriter); in matchAndRewrite()