Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp95 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(S)) in tryToFindNextInnerLoop() local
96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()
151 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(CurStmt)) in doForAllLoops() local
152 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()
187 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(Body)) in doForAllLoopsBodies() local
188 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1834 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(SimplifiedS)) in emitBody() local
1835 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8566 if (auto *CanonLoop = dyn_cast_or_null<OMPCanonicalLoop>(S)) in checkOpenMPIterationSpace() local
8567 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()