Lines Matching defs:TestName
1830 SampleContext TestName;
2430 FuncOverlap.TestName = TestFunc.second.getContext();
2431 assert(TestStats.count(FuncOverlap.TestName) &&
2434 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum;
2437 const auto Match = BaseFuncProf.find(FuncOverlap.TestName);
2439 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName];
2485 assert(TestStats.count(FuncOverlap.TestName) &&
2488 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff ||
2554 ProfOverlap.TestName = StringRef(TestFilename);
2614 FOS << F.second.TestName.toString() << "\n";
2621 << " and test_profile: " << ProfOverlap.TestName.toString()