Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp519 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective()
530 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
944 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp6231 const Stmt *Child = Body->IgnoreContainers(); in getSingleCompoundChild()
6266 Child = Child->IgnoreContainers(); in getSingleCompoundChild()
6282 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNumTeamsExprForTargetDirective()
9218 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
9232 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
H A DCGStmtOpenMP.cpp1917 const Stmt *SimplifiedS = S->IgnoreContainers(); in emitBody()
2006 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1555 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1556 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const {
1557 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp81 CurStmt = CurStmt->IgnoreContainers(); in tryToFindNextInnerLoop()
107 S = S->IgnoreContainers(); in tryToFindNextInnerLoop()
130 CurStmt = CurStmt->IgnoreContainers(); in doForAllLoops()
H A DStmt.cpp205 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9710 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
13028 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()
14198 AStmt->IgnoreContainers(), /*TryImperfectlyNestedLoops=*/false, NumLoops, in checkTransformableLoopNest()