Searched refs:TestFilename (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 221 auto ReaderOrErr = InstrProfReader::create(TestFilename); in overlapInput() 1256 const std::string &TestFilename, in SampleOverlapAggregator() argument 1259 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator() 1312 std::string TestFilename; member in __anon73ab2c7b0d11::SampleOverlapAggregator 1829 ProfOverlap.TestName = StringRef(TestFilename); in initializeSampleProfileOverlap() 1976 exitWithErrorCode(EC, TestFilename); in loadProfiles() 1984 exitWithErrorCode(EC, TestFilename); in loadProfiles() 2004 const std::string &TestFilename, in overlapSampleProfile() argument 2012 BaseFilename, TestFilename, in overlapSampleProfile() 2066 overlapInstrProfile(BaseFilename, TestFilename, in overlap_main() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | llvm-reduce.cpp | 64 TestFilename("test", cl::Required, variable 180 TestRunner Tester(TestFilename, TestArguments, std::move(OriginalProgram), in main()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1195 const std::string &TestFilename, in accumulateCounts() argument 1210 Ret = getProfileSum(TestFilename, Test); in accumulateCounts() 1214 this->TestFilename = &TestFilename; in accumulateCounts() 1246 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; in dump()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 657 const std::string *TestFilename; member 663 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level() 674 const std::string &TestFilename, bool IsCS);
|