Lines Matching refs:Profiler

262   StmtProfiler *Profiler;  member in __anon98c5552c0211::OMPClauseProfiler
268 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } in OMPClauseProfiler()
279 Profiler->VisitStmt(S); in VistOMPClauseWithPreInit()
286 Profiler->VisitStmt(E); in VistOMPClauseWithPostUpdate()
291 Profiler->VisitStmt(C->getCondition()); in VisitOMPIfClause()
296 Profiler->VisitStmt(C->getCondition()); in VisitOMPFinalClause()
301 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
306 Profiler->VisitStmt(C->getSafelen()); in VisitOMPSafelenClause()
311 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
316 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
326 Profiler->VisitStmt(S); in VisitOMPScheduleClause()
331 Profiler->VisitStmt(Num); in VisitOMPOrderedClause()
360 Profiler->VisitStmt(E); in VisitOMPClauseList()
368 Profiler->VisitStmt(E); in VisitOMPPrivateClause()
377 Profiler->VisitStmt(E); in VisitOMPFirstprivateClause()
381 Profiler->VisitStmt(E); in VisitOMPFirstprivateClause()
390 Profiler->VisitStmt(E); in VisitOMPLastprivateClause()
394 Profiler->VisitStmt(E); in VisitOMPLastprivateClause()
398 Profiler->VisitStmt(E); in VisitOMPLastprivateClause()
406 Profiler->VisitNestedNameSpecifier( in VisitOMPReductionClause()
408 Profiler->VisitName(C->getNameInfo().getName()); in VisitOMPReductionClause()
413 Profiler->VisitStmt(E); in VisitOMPReductionClause()
417 Profiler->VisitStmt(E); in VisitOMPReductionClause()
421 Profiler->VisitStmt(E); in VisitOMPReductionClause()
425 Profiler->VisitStmt(E); in VisitOMPReductionClause()
433 Profiler->VisitStmt(E); in VisitOMPLinearClause()
437 Profiler->VisitStmt(E); in VisitOMPLinearClause()
441 Profiler->VisitStmt(E); in VisitOMPLinearClause()
445 Profiler->VisitStmt(E); in VisitOMPLinearClause()
448 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
450 Profiler->VisitStmt(C->getCalcStep()); in VisitOMPLinearClause()
455 Profiler->VisitStmt(C->getAlignment()); in VisitOMPAlignedClause()
461 Profiler->VisitStmt(E); in VisitOMPCopyinClause()
465 Profiler->VisitStmt(E); in VisitOMPCopyinClause()
469 Profiler->VisitStmt(E); in VisitOMPCopyinClause()
477 Profiler->VisitStmt(E); in VisitOMPCopyprivateClause()
481 Profiler->VisitStmt(E); in VisitOMPCopyprivateClause()
485 Profiler->VisitStmt(E); in VisitOMPCopyprivateClause()
496 Profiler->VisitStmt(C->getDevice()); in VisitOMPDeviceClause()
503 Profiler->VisitStmt(C->getNumTeams()); in VisitOMPNumTeamsClause()
508 Profiler->VisitStmt(C->getThreadLimit()); in VisitOMPThreadLimitClause()
512 Profiler->VisitStmt(C->getPriority()); in VisitOMPPriorityClause()
516 Profiler->VisitStmt(C->getGrainsize()); in VisitOMPGrainsizeClause()
520 Profiler->VisitStmt(C->getNumTasks()); in VisitOMPNumTasksClause()
524 Profiler->VisitStmt(C->getHint()); in VisitOMPHintClause()
700 Profiler->VisitStmt(S); in VisitOMPDistScheduleClause()
1755 StmtProfiler Profiler(ID, Context, Canonical); in Profile() local
1756 Profiler.Visit(this); in Profile()