Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp629 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective()
640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
827 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedLightweightDirective()
842 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
855 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
868 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
892 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1610 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp6550 const Stmt *Child = Body->IgnoreContainers(); in getSingleCompoundChild()
6585 Child = Child->IgnoreContainers(); in getSingleCompoundChild()
6612 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in emitNumTeamsForTargetDirective()
9547 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
9559 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
H A DCGStmtOpenMP.cpp1809 const Stmt *SimplifiedS = S->IgnoreContainers(); in emitBody()
1899 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp81 CurStmt = CurStmt->IgnoreContainers(); in tryToFindNextInnerLoop()
107 S = S->IgnoreContainers(); in tryToFindNextInnerLoop()
128 CurStmt = CurStmt->IgnoreContainers(); in doForAllLoops()
H A DStmt.cpp195 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1229 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1230 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const {
1231 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8948 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
11123 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()
12569 AStmt->IgnoreContainers(), /*TryImperfectlyNestedLoops=*/false, in ActOnOpenMPTileDirective()