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.cpp959 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler
972 VisitOMPLoopDirective(S); in VisitOMPSimdDirective()
998 VisitOMPLoopDirective(S); in VisitOMPForDirective()
1002 VisitOMPLoopDirective(S); in VisitOMPForSimdDirective()
1032 VisitOMPLoopDirective(S); in VisitOMPParallelForDirective()
1037 VisitOMPLoopDirective(S); in VisitOMPParallelForSimdDirective()
1142 VisitOMPLoopDirective(S); in VisitOMPTaskLoopDirective()
1147 VisitOMPLoopDirective(S); in VisitOMPTaskLoopSimdDirective()
1152 VisitOMPLoopDirective(S); in VisitOMPMasterTaskLoopDirective()
1157 VisitOMPLoopDirective(S); in VisitOMPMaskedTaskLoopDirective()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2401 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
2420 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2451 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2457 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2501 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2508 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2586 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2669 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2675 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2681 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]
H A DASTReaderStmt.cpp2403 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
2421 VisitOMPLoopDirective(D); in VisitOMPSimdDirective()
2447 VisitOMPLoopDirective(D); in VisitOMPForDirective()
2452 VisitOMPLoopDirective(D); in VisitOMPForSimdDirective()
2489 VisitOMPLoopDirective(D); in VisitOMPParallelForDirective()
2495 VisitOMPLoopDirective(D); in VisitOMPParallelForSimdDirective()
2611 VisitOMPLoopDirective(D); in VisitOMPTargetParallelForDirective()
2634 VisitOMPLoopDirective(D); in VisitOMPTaskLoopDirective()
2639 VisitOMPLoopDirective(D); in VisitOMPTaskLoopSimdDirective()
2644 VisitOMPLoopDirective(D); in VisitOMPMasterTaskLoopDirective()
[all …]