Searched refs:getSingleCompoundChild (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 572 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() 586 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() 770 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 788 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 801 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 814 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 838 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() 1288 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
|
| H A D | CGOpenMPRuntime.h | 937 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
|
| H A D | CGOpenMPRuntime.cpp | 6514 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime 6569 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in getNumTeamsExprForTargetDirective() 6727 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads() 6955 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective() 6985 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective() 7012 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective() 9730 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective() 9744 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
|