Home
last modified time | relevance | path

Searched refs:IfClause (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6737 const OMPIfClause *IfClause = nullptr; in getNumThreads() local
6741 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() local
6932 IfClause = C; in emitNumThreadsForTargetDirective()
6936 if (IfClause) { in emitNumThreadsForTargetDirective()
6937 const Expr *Cond = IfClause->getCondition(); in emitNumThreadsForTargetDirective()