Searched refs:IfClause (Results 1 – 1 of 1) sorted by relevance
6737 const OMPIfClause *IfClause = nullptr; in getNumThreads() local6741 IfClause = C; in getNumThreads()6745 if (IfClause) { in getNumThreads()6746 const Expr *Cond = IfClause->getCondition(); in getNumThreads()6754 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()6928 const OMPIfClause *IfClause = nullptr; in emitNumThreadsForTargetDirective() local6932 IfClause = C; in emitNumThreadsForTargetDirective()6936 if (IfClause) { in emitNumThreadsForTargetDirective()6937 const Expr *Cond = IfClause->getCondition(); in emitNumThreadsForTargetDirective()