Lines Matching refs:IfCond
1267 const Expr *IfCond) { in emitParallelCall() argument
1311 if (IfCond) { in emitParallelCall()
1312 emitOMPIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
1416 static void emitIfStmt(CodeGenFunction &CGF, llvm::Value *IfCond, in emitIfStmt() argument
1420 IfCond, in emitIfStmt()
2283 const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, in emitTaskCall() argument
2642 if (IfCond) { in emitTaskCall()
2643 emitOMPIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen); in emitTaskCall()
3198 const Expr *IfCond, in emitCancelCall() argument
3233 if (IfCond) in emitCancelCall()
3234 emitOMPIfClause(CGF, IfCond, ThenGen, [](CodeGenFunction &) {}); in emitCancelCall()
3254 const Expr *IfCond, const Expr *Device, in emitTargetCall() argument
3528 if (IfCond) { in emitTargetCall()
3535 emitOMPIfClause(CGF, IfCond, ThenGen, ElseGen); in emitTargetCall()