Searched refs:tryToFindNextInnerLoop (Results 1 – 3 of 3) sorted by relevance
882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective167 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
1846 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()1910 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()