Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp987 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler
1000 VisitOMPLoopDirective(S); in VisitOMPSimdDirective()
1030 VisitOMPLoopDirective(S); in VisitOMPForDirective()
1034 VisitOMPLoopDirective(S); in VisitOMPForSimdDirective()
1064 VisitOMPLoopDirective(S); in VisitOMPParallelForDirective()
1069 VisitOMPLoopDirective(S); in VisitOMPParallelForSimdDirective()
1178 VisitOMPLoopDirective(S); in VisitOMPTaskLoopDirective()
1183 VisitOMPLoopDirective(S); in VisitOMPTaskLoopSimdDirective()
1188 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopDirective()
1193 VisitOMPLoopDirective(S); in VisitOMPMaskedTaskLoopDirective()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2425 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
2444 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2480 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2486 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2530 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2537 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2615 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2704 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2710 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2716 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]
H A DASTReaderStmt.cpp2422 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
2440 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2470 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2475 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2512 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2518 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2639 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2662 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2667 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2672 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]