Searched refs:tryToFindNextInnerLoop (Results 1 – 3 of 3) sorted by relevance
877 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,879 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function881 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective148 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
1838 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()1902 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()