Home
last modified time | relevance | path

Searched refs:LoopStmts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14112 static void collectLoopStmts(Stmt *AStmt, MutableArrayRef<Stmt *> LoopStmts) { in collectLoopStmts() argument
14113 size_t NumLoops = LoopStmts.size(); in collectLoopStmts()
14116 [LoopStmts](unsigned Cnt, Stmt *CurStmt) { in collectLoopStmts()
14117 assert(!LoopStmts[Cnt] && "Loop statement must not yet be assigned"); in collectLoopStmts()
14118 LoopStmts[Cnt] = CurStmt; in collectLoopStmts()
14121 assert(!is_contained(LoopStmts, nullptr) && in collectLoopStmts()
14164 SmallVector<Stmt *> LoopStmts(NumLoops, nullptr); in ActOnOpenMPTileDirective() local
14165 collectLoopStmts(AStmt, LoopStmts); in ActOnOpenMPTileDirective()
14208 addLoopPreInits(Context, LoopHelper, LoopStmts[I], OriginalInits[I], in ActOnOpenMPTileDirective()
14259 Stmt *LoopStmt = LoopStmts[I]; in ActOnOpenMPTileDirective()
[all …]