Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp156 auto ifInbound = b.create<IfOp>(op.getLoc(), in tileParallelLoop() local
159 ifInbound.getThenRegion().takeBody(op.getRegion()); in tileParallelLoop()
160 Block &thenBlock = ifInbound.getThenRegion().front(); in tileParallelLoop()