Home
last modified time | relevance | path

Searched refs:BaseFilename (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp224 static void overlapInput(const std::string &BaseFilename, in overlapInput() argument
1296 static void overlapInstrProfile(const std::string &BaseFilename, in overlapInstrProfile() argument
1303 WeightedFile WeightedInput{BaseFilename, 1}; in overlapInstrProfile()
1305 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1309 OS << "Sum of edge counts for profile " << BaseFilename << " is 0.\n"; in overlapInstrProfile()
1317 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1479 SampleOverlapAggregator(const std::string &BaseFilename, in SampleOverlapAggregator() argument
1483 : BaseFilename(BaseFilename), TestFilename(TestFilename), in SampleOverlapAggregator()
1535 std::string BaseFilename; member in __anona85dd3c21111::SampleOverlapAggregator
1646 OS << "Sum of sample counts for profile " << BaseFilename << " is 0.\n"; in detectZeroSampleProfile()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1222 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() argument
1235 auto Ret = getProfileSum(BaseFilename, Base); in accumulateCounts()
1241 this->BaseFilename = &BaseFilename; in accumulateCounts()
1273 OS << "Profile overlap infomation for base_profile: " << *BaseFilename in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h661 const std::string *BaseFilename; member
668 : Level(L), BaseFilename(nullptr), TestFilename(nullptr), FuncHash(0), in Level()
678 Error accumulateCounts(const std::string &BaseFilename,