Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp433 class OMPClauseProfiler : public ConstOMPClauseVisitor<OMPClauseProfiler> { class
440 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } in OMPClauseProfiler() function in __anon9529c64a0211::OMPClauseProfiler
448 void OMPClauseProfiler::VistOMPClauseWithPreInit( in VistOMPClauseWithPreInit()
454 void OMPClauseProfiler::VistOMPClauseWithPostUpdate( in VistOMPClauseWithPostUpdate()
461 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
467 void OMPClauseProfiler::VisitOMPFinalClause(const OMPFinalClause *C) { in VisitOMPFinalClause()
473 void OMPClauseProfiler::VisitOMPNumThreadsClause(const OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
479 void OMPClauseProfiler::VisitOMPAlignClause(const OMPAlignClause *C) { in VisitOMPAlignClause()
484 void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) { in VisitOMPSafelenClause()
489 void OMPClauseProfiler::VisitOMPSimdlenClause(const OMPSimdlenClause *C) { in VisitOMPSimdlenClause()
[all …]