Searched refs:TestFilename (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp61 TestFilename("test",
171 if (TestFilename.empty()) {
194 TestRunner Tester(TestFilename, TestArguments, std::move(OriginalProgram),
/openbsd-current/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp225 const std::string &TestFilename, WriterContext *WC,
229 auto ReaderOrErr = InstrProfReader::create(TestFilename);
234 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); local
1295 /// Computer the overlap b/w profile BaseFilename and profile TestFilename.
1297 const std::string &TestFilename,
1305 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS);
1313 OS << "Sum of edge counts for profile " << TestFilename << " is 0.\n"; local
1317 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS,
1480 const std::string &TestFilename,
1483 : BaseFilename(BaseFilename), TestFilename(TestFilenam
224 overlapInput(const std::string &BaseFilename, const std::string &TestFilename, WriterContext *WC, OverlapStats &Overlap, const OverlapFuncFilters &FuncFilter, raw_fd_ostream &OS, bool IsCS) argument
1296 overlapInstrProfile(const std::string &BaseFilename, const std::string &TestFilename, const OverlapFuncFilters &FuncFilter, raw_fd_ostream &OS, bool IsCS) argument
1479 SampleOverlapAggregator(const std::string &BaseFilename, const std::string &TestFilename, double LowSimilarityThreshold, double Epsilon, const OverlapFuncFilters &FuncFilter) argument
1536 std::string TestFilename; member in class:__anon3730::SampleOverlapAggregator
1650 OS << "Sum of sample counts for profile " << TestFilename << " is 0.\\n"; local
2227 overlapSampleProfile(const std::string &BaseFilename, const std::string &TestFilename, const OverlapFuncFilters &FuncFilter, uint64_t SimilarityCutoff, raw_fd_ostream &OS) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1223 const std::string &TestFilename,
1238 Ret = getProfileSum(TestFilename, Test);
1242 this->TestFilename = &TestFilename;
1274 << " and test_profile: " << *TestFilename << "\nProgram level:\n"; local
1222 accumulateCounts(const std::string &BaseFilename, const std::string &TestFilename, bool IsCS) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h662 const std::string *TestFilename; member in struct:llvm::OverlapStats
668 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0),
679 const std::string &TestFilename, bool IsCS);

Completed in 317 milliseconds