Home
last modified time | relevance | path

Searched defs:loopCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Parser/
H A DFortran-parsers.cpp1274 constexpr auto loopCount{ global() variable
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp305 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one); genReductionLoop() local
317 mlir::Value loopCount = bounds[i - 1]; genReductionLoop() local
603 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one); genMinMaxlocReductionLoop() local
615 mlir::Value loopCount = bounds[i - 1]; genMinMaxlocReductionLoop() local
956 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one); genRuntimeDotBody() local
[all...]
/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h570 const SCEV *loopCount() { return LoopCount; } in loopCount() function