Searched refs:UseOMPIRBuilder (Results 1 – 1 of 1) sorted by relevance
2693 bool UseOMPIRBuilder = in EmitOMPSimdDirective() local2695 if (UseOMPIRBuilder) { in EmitOMPSimdDirective()2696 auto &&CodeGenIRBuilder = [this, &S, UseOMPIRBuilder](CodeGenFunction &CGF, in EmitOMPSimdDirective()2699 if (UseOMPIRBuilder) { in EmitOMPSimdDirective()2784 bool UseOMPIRBuilder = CGM.getLangOpts().OpenMPIRBuilder; in EmitOMPUnrollDirective() local2786 if (UseOMPIRBuilder) { in EmitOMPUnrollDirective()3939 bool UseOMPIRBuilder = in EmitOMPForDirective() local3942 UseOMPIRBuilder](CodeGenFunction &CGF, PrePostActionTy &) { in EmitOMPForDirective()3944 if (UseOMPIRBuilder) { in EmitOMPForDirective()3983 if (!UseOMPIRBuilder) { in EmitOMPForDirective()