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.cpp5981 const Stmt *Child = Body->IgnoreContainers(); in getSingleCompoundChild()
6016 Child = Child->IgnoreContainers(); in getSingleCompoundChild()
6032 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNumTeamsExprForTargetDirective()
8930 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
8944 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
H A DCGStmtOpenMP.cpp1873 const Stmt *SimplifiedS = S->IgnoreContainers(); in emitBody()
1961 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1430 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1431 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const {
1432 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.cpp197 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9624 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
12921 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()
14026 AStmt->IgnoreContainers(), /*TryImperfectlyNestedLoops=*/false, NumLoops, in checkTransformableLoopNest()