Searched refs:loopCond (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | too-small-loop-variable.cpp | 120 short loopCond = 10; in voidGoodForLoop2() local 121 for (short i = 0; i < loopCond; ++i) { // no warning in voidGoodForLoop2()
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | SimplifyIntrinsics.cpp | 263 /// \p loopCond is called to generate the condition to continue or 272 fir::InitValGeneratorTy initVal, ContinueLoopGenTy loopCond, in genReductionLoop() 341 llvm::SmallVector<mlir::Value> results = loopCond(builder, loc, reductionVal); in genReductionLoop() 271 genReductionLoop(fir::FirOpBuilder & builder,mlir::func::FuncOp & funcOp,fir::InitValGeneratorTy initVal,ContinueLoopGenTy loopCond,T unorderedOrInitialLoopCond,BodyOpGeneratorTy genBody,unsigned rank,mlir::Type elementType,mlir::Location loc) genReductionLoop() argument
|