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 OMPLoopBasedDirective173 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
1864 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()1928 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()