Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp911 VisitOMPLoopDirective(S); in VisitOMPSimdDirective()
923 VisitOMPLoopDirective(S); in VisitOMPForDirective()
927 VisitOMPLoopDirective(S); in VisitOMPForSimdDirective()
953 VisitOMPLoopDirective(S); in VisitOMPParallelForDirective()
958 VisitOMPLoopDirective(S); in VisitOMPParallelForSimdDirective()
1055 VisitOMPLoopDirective(S); in VisitOMPTaskLoopDirective()
1060 VisitOMPLoopDirective(S); in VisitOMPTaskLoopSimdDirective()
1065 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopDirective()
1070 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopSimdDirective()
1075 VisitOMPLoopDirective(S); in VisitOMPParallelMasterTaskLoopDirective()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2216 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2231 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2237 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2275 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2282 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2352 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2427 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2433 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2439 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
2446 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopSimdDirective()
[all …]
H A DASTReaderStmt.cpp2317 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2329 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2334 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2366 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2372 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2472 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2495 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2500 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2505 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
2511 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopSimdDirective()
[all …]