Lines Matching defs:IfCond

1586   const Expr *IfCond = nullptr;
1590 IfCond = C->getCondition();
1604 CapturedVars, IfCond, NumThreads);
1758 llvm::Value *IfCond = nullptr;
1760 IfCond = EmitScalarExpr(C->getCondition(),
1808 IfCond, NumThreads, ProcBind, S.hasCancel()));
2515 const Expr *IfCond = nullptr;
2521 IfCond = C->getCondition();
2526 if (IfCond) {
2527 CGF.CGM.getOpenMPRuntime().emitIfClause(CGF, IfCond, ThenGen, ElseGen);
2735 /*IfCond*/ nullptr, Order, Simdlen, Safelen);
5210 IntegerLiteral IfCond(getContext(), TrueOrFalse,
5214 SharedsTy, CapturedStruct, &IfCond, Data);
5309 const Expr *IfCond = nullptr;
5313 IfCond = C->getCondition();
5325 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
5328 SharedsTy, CapturedStruct, IfCond,
6678 const Expr *IfCond = nullptr;
6683 IfCond = C->getCondition();
6698 if (IfCond) {
6700 if (CGF.ConstantFoldsToSimpleInteger(IfCond, Val) && !Val)
6742 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device,
7233 const Expr *IfCond = nullptr;
7237 IfCond = C->getCondition();
7249 if (IfCond)
7250 IfCondition = EmitScalarExpr(IfCond,
7257 CGM.getOpenMPRuntime().emitCancelCall(*this, S.getBeginLoc(), IfCond,
7471 const Expr *IfCond = nullptr;
7473 IfCond = C->getCondition();
7484 CGM.getOpenMPRuntime().emitTargetDataCalls(*this, S, IfCond, Device, RCG,
7496 const Expr *IfCond = nullptr;
7498 IfCond = C->getCondition();
7506 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);
7517 const Expr *IfCond = nullptr;
7519 IfCond = C->getCondition();
7527 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);
7674 const Expr *IfCond = nullptr;
7678 IfCond = C->getCondition();
7799 IfCond](CodeGenFunction &CGF, llvm::Function *OutlinedFn,
7801 auto &&CodeGen = [&S, OutlinedFn, SharedsTy, CapturedStruct, IfCond,
7806 CapturedStruct, IfCond, Data);
7909 const Expr *IfCond = nullptr;
7911 IfCond = C->getCondition();
7919 CGM.getOpenMPRuntime().emitTargetDataStandAloneCall(*this, S, IfCond, Device);