Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp624 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
638 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
822 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
840 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
853 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
866 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
890 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
1605 if (const Stmt *S = CGOpenMPRuntime::getSingleCompoundChild( in getDistributeLastprivateVars()
DCGOpenMPRuntime.h913 static const Stmt *getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body);
DCGOpenMPRuntime.cpp6498 const Stmt *CGOpenMPRuntime::getSingleCompoundChild(ASTContext &Ctx, in getSingleCompoundChild() function in CGOpenMPRuntime
6567 CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body); in emitNumTeamsForTargetDirective()
6678 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in getNumThreads()
6793 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
6823 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
6850 const Stmt *Child = CGOpenMPRuntime::getSingleCompoundChild( in emitNumThreadsForTargetDirective()
9411 CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
9425 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()