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()132 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(CurStmt)) in doForAllLoops() local133 CurStmt = CanonLoop->getLoopStmt(); in doForAllLoops()168 if (auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(Body)) in doForAllLoopsBodies() local169 Body = CanonLoop->getLoopStmt(); in doForAllLoopsBodies()
1826 if (const auto *CanonLoop = dyn_cast<OMPCanonicalLoop>(SimplifiedS)) in emitBody() local1827 SimplifiedS = CanonLoop->getLoopStmt(); in emitBody()
8560 if (auto *CanonLoop = dyn_cast_or_null<OMPCanonicalLoop>(S)) in checkOpenMPIterationSpace() local8561 S = CanonLoop->getLoopStmt(); in checkOpenMPIterationSpace()