Lines Matching refs:Profiler

407   StmtProfiler *Profiler;  member in __anonbd345c990211::OMPClauseProfiler
413 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } in OMPClauseProfiler()
424 Profiler->VisitStmt(S); in VistOMPClauseWithPreInit()
431 Profiler->VisitStmt(E); in VistOMPClauseWithPostUpdate()
437 Profiler->VisitStmt(C->getCondition()); in VisitOMPIfClause()
442 Profiler->VisitStmt(C->getCondition()); in VisitOMPFinalClause()
448 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
453 Profiler->VisitStmt(C->getSafelen()); in VisitOMPSafelenClause()
458 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
463 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
488 Profiler->VisitStmt(S); in VisitOMPScheduleClause()
493 Profiler->VisitStmt(Num); in VisitOMPOrderedClause()
522 Profiler->VisitStmt(E); in VisitOMPClauseList()
530 Profiler->VisitStmt(E); in VisitOMPPrivateClause()
539 Profiler->VisitStmt(E); in VisitOMPFirstprivateClause()
543 Profiler->VisitStmt(E); in VisitOMPFirstprivateClause()
552 Profiler->VisitStmt(E); in VisitOMPLastprivateClause()
556 Profiler->VisitStmt(E); in VisitOMPLastprivateClause()
560 Profiler->VisitStmt(E); in VisitOMPLastprivateClause()
568 Profiler->VisitNestedNameSpecifier( in VisitOMPReductionClause()
570 Profiler->VisitName(C->getNameInfo().getName()); in VisitOMPReductionClause()
575 Profiler->VisitStmt(E); in VisitOMPReductionClause()
579 Profiler->VisitStmt(E); in VisitOMPReductionClause()
583 Profiler->VisitStmt(E); in VisitOMPReductionClause()
587 Profiler->VisitStmt(E); in VisitOMPReductionClause()
592 Profiler->VisitNestedNameSpecifier( in VisitOMPTaskReductionClause()
594 Profiler->VisitName(C->getNameInfo().getName()); in VisitOMPTaskReductionClause()
599 Profiler->VisitStmt(E); in VisitOMPTaskReductionClause()
603 Profiler->VisitStmt(E); in VisitOMPTaskReductionClause()
607 Profiler->VisitStmt(E); in VisitOMPTaskReductionClause()
611 Profiler->VisitStmt(E); in VisitOMPTaskReductionClause()
616 Profiler->VisitNestedNameSpecifier( in VisitOMPInReductionClause()
618 Profiler->VisitName(C->getNameInfo().getName()); in VisitOMPInReductionClause()
623 Profiler->VisitStmt(E); in VisitOMPInReductionClause()
627 Profiler->VisitStmt(E); in VisitOMPInReductionClause()
631 Profiler->VisitStmt(E); in VisitOMPInReductionClause()
635 Profiler->VisitStmt(E); in VisitOMPInReductionClause()
639 Profiler->VisitStmt(E); in VisitOMPInReductionClause()
647 Profiler->VisitStmt(E); in VisitOMPLinearClause()
651 Profiler->VisitStmt(E); in VisitOMPLinearClause()
655 Profiler->VisitStmt(E); in VisitOMPLinearClause()
659 Profiler->VisitStmt(E); in VisitOMPLinearClause()
662 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
664 Profiler->VisitStmt(C->getCalcStep()); in VisitOMPLinearClause()
669 Profiler->VisitStmt(C->getAlignment()); in VisitOMPAlignedClause()
675 Profiler->VisitStmt(E); in VisitOMPCopyinClause()
679 Profiler->VisitStmt(E); in VisitOMPCopyinClause()
683 Profiler->VisitStmt(E); in VisitOMPCopyinClause()
691 Profiler->VisitStmt(E); in VisitOMPCopyprivateClause()
695 Profiler->VisitStmt(E); in VisitOMPCopyprivateClause()
699 Profiler->VisitStmt(E); in VisitOMPCopyprivateClause()
710 Profiler->VisitStmt(C->getDevice()); in VisitOMPDeviceClause()
718 Profiler->VisitStmt(C->getNumTeams()); in VisitOMPNumTeamsClause()
724 Profiler->VisitStmt(C->getThreadLimit()); in VisitOMPThreadLimitClause()
728 Profiler->VisitStmt(C->getPriority()); in VisitOMPPriorityClause()
732 Profiler->VisitStmt(C->getGrainsize()); in VisitOMPGrainsizeClause()
736 Profiler->VisitStmt(C->getNumTasks()); in VisitOMPNumTasksClause()
740 Profiler->VisitStmt(C->getHint()); in VisitOMPHintClause()
918 Profiler->VisitStmt(S); in VisitOMPDistScheduleClause()
2014 StmtProfilerWithPointers Profiler(ID, Context, Canonical); in Profile() local
2015 Profiler.Visit(this); in Profile()
2020 StmtProfilerWithoutPointers Profiler(ID, Hash); in ProcessODRHash() local
2021 Profiler.Visit(this); in ProcessODRHash()