Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h111 SmallVector<const Expr *, 4> DepExprs; member
H A DCGOpenMPRuntime.cpp4669 for (const Expr *E : Data.DepExprs) { in emitDependData()
4731 for (const Expr *E : Data.DepExprs) { in emitDepobjElementsSizes()
4764 CGF.EmitLoadOfScalar(SizeLVals[I], Data.DepExprs[I]->getExprLoc()); in emitDepobjElementsSizes()
4789 for (unsigned I = 0, End = Data.DepExprs.size(); I < End; ++I) { in emitDepobjElements()
4790 const Expr *E = Data.DepExprs[I]; in emitDepobjElements()
4835 return D.DepExprs.empty(); in emitDependClause()
4847 : (V + (D.IteratorExpr ? 0 : D.DepExprs.size())); in emitDependClause()
4955 if (Dependencies.DepExprs.empty()) in emitDepobjDependClause()
4960 unsigned NumDependencies = Dependencies.DepExprs.size(); in emitDepobjDependClause()
H A DCGStmtOpenMP.cpp4332 DD.DepExprs.append(C->varlist_begin(), C->varlist_end()); in EmitOMPTaskBasedDirective()
4651 DD.DepExprs.append(C->varlist_begin(), C->varlist_end()); in EmitOMPTargetTaskBasedDirective()
4818 Dependencies.DepExprs.append(DC->varlist_begin(), DC->varlist_end()); in EmitOMPDepobjDirective()