Lines Matching defs:TestName
1748 SampleContext TestName;
2348 FuncOverlap.TestName = TestFunc.second.getContext();
2349 assert(TestStats.count(FuncOverlap.TestName) &&
2352 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum;
2355 const auto Match = BaseFuncProf.find(FuncOverlap.TestName);
2357 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName];
2403 assert(TestStats.count(FuncOverlap.TestName) &&
2406 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff ||
2472 ProfOverlap.TestName = StringRef(TestFilename);
2532 FOS << F.second.TestName.toString() << "\n";
2539 << " and test_profile: " << ProfOverlap.TestName.toString()