Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2524 class OpenACCClauseProfiler class
2525 : public OpenACCClauseVisitor<OpenACCClauseProfiler> {
2529 OpenACCClauseProfiler(StmtProfiler &P) : Profiler(P) {} in OpenACCClauseProfiler() function in __anon9529c64a0311::OpenACCClauseProfiler
2551 void OpenACCClauseProfiler::VisitDefaultClause( in VisitDefaultClause()
2554 void OpenACCClauseProfiler::VisitIfClause(const OpenACCIfClause &Clause) { in VisitIfClause()
2560 void OpenACCClauseProfiler::VisitCopyClause(const OpenACCCopyClause &Clause) { in VisitCopyClause()
2564 void OpenACCClauseProfiler::VisitLinkClause(const OpenACCLinkClause &Clause) { in VisitLinkClause()
2568 void OpenACCClauseProfiler::VisitDeviceResidentClause( in VisitDeviceResidentClause()
2573 void OpenACCClauseProfiler::VisitCopyInClause( in VisitCopyInClause()
2578 void OpenACCClauseProfiler::VisitCopyOutClause( in VisitCopyOutClause()
[all …]