Searched refs:CanonLoop (Results 1 – 3 of 3) sorted by relevance
95 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(S)) in tryToFindNextInnerLoop() local96 S = CanonLoop->getLoopStmt(); in tryToFindNextInnerLoop()157 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(CurStmt)) in doForAllLoops() local158 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()193 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(Body)) in doForAllLoopsBodies() local194 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
1932 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(SimplifiedS)) in emitBody() local1933 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()2772 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(S.getRawStmt())) { in isSimdSupportedByOpenMPIRBuilder() local2773 if (const Stmt *SyntacticalLoop = CanonLoop->getLoopStmt()) { in isSimdSupportedByOpenMPIRBuilder()
9210 if (auto *CanonLoop = dyn_cast_or_null<OMPCanonicalLoop>(S)) in checkOpenMPIterationSpace() local9211 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()