Lines Matching defs:IfCond

1620   const Expr *IfCond = nullptr;
1624 IfCond = C->getCondition();
1638 CapturedVars, IfCond, NumThreads);
1792 llvm::Value *IfCond = nullptr;
1794 IfCond = EmitScalarExpr(C->getCondition(),
1844 IfCond, NumThreads, ProcBind, S.hasCancel()));
2556 const Expr *IfCond = nullptr;
2563 IfCond = C->getCondition();
2568 if (IfCond) {
2569 CGF.CGM.getOpenMPRuntime().emitIfClause(CGF, IfCond, ThenGen, ElseGen);
2784 /*IfCond*/ nullptr, Order, Simdlen, Safelen);
5321 IntegerLiteral IfCond(getContext(), TrueOrFalse,
5325 SharedsTy, CapturedStruct, &IfCond, Data);
5421 const Expr *IfCond = nullptr;
5425 IfCond = C->getCondition();
5437 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
5440 SharedsTy, CapturedStruct, IfCond,
6806 const Expr *IfCond = nullptr;
6811 IfCond = C->getCondition();
6826 if (IfCond) {
6828 if (CGF.ConstantFoldsToSimpleInteger(IfCond, Val) && !Val)
6870 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device,
7361 const Expr *IfCond = nullptr;
7365 IfCond = C->getCondition();
7377 if (IfCond)
7378 IfCondition = EmitScalarExpr(IfCond,
7386 CGM.getOpenMPRuntime().emitCancelCall(*this, S.getBeginLoc(), IfCond,
7600 const Expr *IfCond = nullptr;
7602 IfCond = C->getCondition();
7613 CGM.getOpenMPRuntime().emitTargetDataCalls(*this, S, IfCond, Device, RCG,
7625 const Expr *IfCond = nullptr;
7627 IfCond = C->getCondition();
7635 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);
7646 const Expr *IfCond = nullptr;
7648 IfCond = C->getCondition();
7656 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);
7803 const Expr *IfCond = nullptr;
7807 IfCond = C->getCondition();
7932 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
7934 auto &&CodeGen = [&S, OutlinedFn, SharedsTy, CapturedStruct, IfCond,
7939 CapturedStruct, IfCond, Data);
8102 const Expr *IfCond = nullptr;
8104 IfCond = C->getCondition();
8112 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);