Searched refs:LoopStmts (Results 1 – 1 of 1) sorted by relevance
14286 static void collectLoopStmts(Stmt *AStmt, MutableArrayRef<Stmt *> LoopStmts) { in collectLoopStmts() argument14287 size_t NumLoops = LoopStmts.size(); in collectLoopStmts()14290 [LoopStmts](unsigned Cnt, Stmt *CurStmt) { in collectLoopStmts()14291 assert(!LoopStmts[Cnt] && "Loop statement must not yet be assigned"); in collectLoopStmts()14292 LoopStmts[Cnt] = CurStmt; in collectLoopStmts()14295 assert(!is_contained(LoopStmts, nullptr) && in collectLoopStmts()14346 SmallVector<Stmt *> LoopStmts(NumLoops, nullptr); in ActOnOpenMPTileDirective() local14347 collectLoopStmts(AStmt, LoopStmts); in ActOnOpenMPTileDirective()14390 addLoopPreInits(Context, LoopHelper, LoopStmts[I], OriginalInits[I], in ActOnOpenMPTileDirective()14445 Stmt *LoopStmt = LoopStmts[I]; in ActOnOpenMPTileDirective()[all …]