Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6738 const OMPIfClause *IfClause = nullptr; in getNumThreads() local
6742 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() local
7046 IfClause = C; in emitNumThreadsForTargetDirective()
7050 if (IfClause) { in emitNumThreadsForTargetDirective()
7051 const Expr *Cond = IfClause->getCondition(); in emitNumThreadsForTargetDirective()