Searched refs:tryToFindNextInnerLoop (Results 1 – 3 of 3) sorted by relevance
898 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,900 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function902 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective173 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
1900 NextLoop = OMPLoopDirective::tryToFindNextInnerLoop( in emitBody()1964 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()