Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp95 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(S)) in tryToFindNextInnerLoop() local
96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()
157 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(CurStmt)) in doForAllLoops() local
158 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()
193 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(Body)) in doForAllLoopsBodies() local
194 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1888 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(SimplifiedS)) in emitBody() local
1889 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()
2642 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(S.getRawStmt())) { in isSupportedByOpenMPIRBuilder() local
2643 if (const Stmt *SyntacticalLoop = CanonLoop->getLoopStmt()) { in isSupportedByOpenMPIRBuilder()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9167 if (auto *CanonLoop = dyn_cast_or_null<OMPCanonicalLoop>(S)) in checkOpenMPIterationSpace() local
9168 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()