Lines Matching refs:TPC
148 TPC.ResetMaps();
152 TPC.SetUseCounters(Options.UseCounters);
153 TPC.SetUseValueProfileMask(Options.UseValueProfile);
156 TPC.PrintModuleInfo();
164 TPC.SetFocusFunction(Options.FocusFunction);
328 if (size_t N = TPC.GetTotalPCCoverage())
357 TPC.PrintCoverage();
359 TPC.PrintUnstableStats();
361 TPC.DumpCoverage();
403 TPC.ForEachObservedPC(HandlePC);
456 TPC.ResetMaps();
464 TPC.InitializeUnstableCounters();
468 if (TPC.UpdateUnstableCounters(Options.HandleUnstable)) {
471 TPC.UpdateAndApplyUnstableCounters(Options.HandleUnstable);
488 TPC.CollectFeatures([&](size_t Feature) {
496 TPC.CollectFeatures([&](size_t Feature) {
511 TPC.UpdateObservedPCs();
513 TPC.ObservedFocusFunction(), UniqFeatureSetTmp, DFT, II);
551 TPC.RecordInitialStack();
569 TPC.ResetMaps();
808 TPC.SetPrintNewPCs(Options.PrintNewCovPcs);
809 TPC.SetPrintNewFuncs(Options.PrintNewCovFuncs);