Searched refs:IfClause (Results 1 – 1 of 1) sorted by relevance
6738 const OMPIfClause *IfClause = nullptr; in getNumThreads() local6742 IfClause = C; in getNumThreads()6746 if (IfClause) { in getNumThreads()6747 const Expr *Cond = IfClause->getCondition(); in getNumThreads()6755 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()7042 const OMPIfClause *IfClause = nullptr; in emitNumThreadsForTargetDirective() local7046 IfClause = C; in emitNumThreadsForTargetDirective()7050 if (IfClause) { in emitNumThreadsForTargetDirective()7051 const Expr *Cond = IfClause->getCondition(); in emitNumThreadsForTargetDirective()