Searched refs:ChildStmt (Results 1 – 3 of 3) sorted by relevance
520 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() local523 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective()534 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()536 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective()
6283 const Stmt *ChildStmt = in getNumTeamsExprForTargetDirective() local6286 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNumTeamsExprForTargetDirective()9219 const Stmt *ChildStmt = in getNestedDistributeDirective() local9223 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()9236 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()9238 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()
1674 for (const auto *ChildStmt : CS->children()) { in FindInterveningCodeInLoop() local1675 SourceLocation ChildStmtLoc = FindInterveningCodeInLoop(ChildStmt); in FindInterveningCodeInLoop()