Searched defs:loopCount (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Parser/ | ||
H A D | Fortran-parsers.cpp | 1274 constexpr auto loopCount{ global() variable |
/llvm-project/flang/lib/Optimizer/Transforms/ | ||
H A D | SimplifyIntrinsics.cpp | 305 mlir::Value loopCount = builder.create<mlir::arith::SubIOp>(loc, len, one); genReductionLoop() local |
/llvm-project/polly/include/polly/ | ||
H A D | ScopDetectionDiagnostic.h | 570 const SCEV *loopCount() { return LoopCount; } in loopCount() function |