Searched refs:OpenACCClauseProfiler (Results 1 – 1 of 1) sorted by relevance
2475 class OpenACCClauseProfiler class2476 : public OpenACCClauseVisitor<OpenACCClauseProfiler> {2480 OpenACCClauseProfiler(StmtProfiler &P) : Profiler(P) {} in OpenACCClauseProfiler() function in __anon0d0ac4df0311::OpenACCClauseProfiler2497 void OpenACCClauseProfiler::VisitDefaultClause( in VisitDefaultClause()2500 void OpenACCClauseProfiler::VisitIfClause(const OpenACCIfClause &Clause) { in VisitIfClause()2506 void OpenACCClauseProfiler::VisitCopyClause(const OpenACCCopyClause &Clause) { in VisitCopyClause()2510 void OpenACCClauseProfiler::VisitCopyInClause( in VisitCopyInClause()2516 void OpenACCClauseProfiler::VisitCopyOutClause( in VisitCopyOutClause()2522 void OpenACCClauseProfiler::VisitCreateClause( in VisitCreateClause()2528 void OpenACCClauseProfiler::VisitSelfClause(const OpenACCSelfClause &Clause) { in VisitSelfClause()[all …]