Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp76 auto outerLoop = b.create<ParallelOp>(op.getLoc(), op.getLowerBound(), in tileParallelLoop() local
78 b.setInsertionPointToStart(outerLoop.getBody()); in tileParallelLoop()
93 llvm::zip(outerLoop.getLowerBound(), outerLoop.getUpperBound(), in tileParallelLoop()
94 outerLoop.getStep(), outerLoop.getInductionVars(), in tileParallelLoop()
143 llvm::zip(outerLoop.getUpperBound(), outerLoop.getInductionVars(), in tileParallelLoop()
163 innerLoop.getInductionVars(), outerLoop.getInductionVars()))) { in tileParallelLoop()
175 outerLoop.getInductionVars())) { in tileParallelLoop()
184 return std::make_pair(outerLoop, innerLoop); in tileParallelLoop()
/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp266 LoopType outerLoop; in loopOverElementsBase() local
273 if (!outerLoop) in loopOverElementsBase()
274 outerLoop = loop; in loopOverElementsBase()
280 if (!outerLoop) in loopOverElementsBase()
281 outerLoop = loop; in loopOverElementsBase()
286 assert(outerLoop && !inductionVariables.empty() && in loopOverElementsBase()
295 builder.setInsertionPointAfter(outerLoop); in loopOverElementsBase()
296 return outerLoop.getResult(0); in loopOverElementsBase()
299 builder.setInsertionPointAfter(outerLoop); in loopOverElementsBase()
H A DIterationSpace.cpp857 outerLoop = llvm::None; in conditionalCleanup()
H A DConvertExpr.cpp7749 esp.outerLoop = llvm::None; in createArrayMergeStores()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIterationSpace.h419 outerLoop = loop;
477 assert(outerLoop.has_value());
478 return outerLoop.value();
555 llvm::Optional<fir::DoLoopOp> outerLoop;
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1031 llvm::Optional<fir::DoLoopOp> outerLoop; in genComponentByComponentAssignment() local
1045 if (!outerLoop) in genComponentByComponentAssignment()
1046 outerLoop = loop; in genComponentByComponentAssignment()
1072 if (outerLoop) in genComponentByComponentAssignment()
1073 builder.setInsertionPointAfter(*outerLoop); in genComponentByComponentAssignment()