Searched refs:OMPClauseProfiler (Results 1 – 1 of 1) sorted by relevance
433 class OMPClauseProfiler : public ConstOMPClauseVisitor<OMPClauseProfiler> { class440 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } in OMPClauseProfiler() function in __anon9529c64a0211::OMPClauseProfiler448 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 …]