Lines Matching refs:NumIteratorsGen

3541     llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen) {  in emitScanBasedDirectiveDecls()  argument
3543 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveDecls()
3593 llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen) { in emitScanBasedDirectiveFinals() argument
3595 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirectiveFinals()
3658 llvm::function_ref<llvm::Value *(CodeGenFunction &)> NumIteratorsGen, in emitScanBasedDirective() argument
3662 NumIteratorsGen(CGF), CGF.SizeTy, /*isSigned=*/false); in emitScanBasedDirective()
3805 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in emitWorksharingDirective()
3829 emitScanBasedDirectiveDecls(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
3830 emitScanBasedDirective(CGF, S, NumIteratorsGen, FirstGen, SecondGen); in emitWorksharingDirective()
3832 emitScanBasedDirectiveFinals(CGF, S, NumIteratorsGen); in emitWorksharingDirective()
4407 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForDirective()
4419 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4425 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForDirective()
4441 const auto &&NumIteratorsGen = [&S](CodeGenFunction &CGF) { in EmitOMPParallelForSimdDirective()
4453 emitScanBasedDirectiveDecls(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()
4459 emitScanBasedDirectiveFinals(*this, S, NumIteratorsGen); in EmitOMPParallelForSimdDirective()