Home
last modified time | relevance | path

Searched refs:ProfileGenerator (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.h25 class ProfileGenerator {
28 ProfileGenerator(){}; in ProfileGenerator() function
29 virtual ~ProfileGenerator() = default;
30 static std::unique_ptr<ProfileGenerator>
62 class CSProfileGenerator : public ProfileGenerator {
H A DProfileGenerator.cpp68 std::unique_ptr<ProfileGenerator>
69 ProfileGenerator::create(const BinarySampleCounterMap &BinarySampleCounters, in create()
71 std::unique_ptr<ProfileGenerator> ProfileGenerator; in create() local
74 ProfileGenerator.reset( in create()
77 ProfileGenerator.reset(new CSProfileGenerator(BinarySampleCounters)); in create()
84 return ProfileGenerator; in create()
87 void ProfileGenerator::write(std::unique_ptr<SampleProfileWriter> Writer, in write()
93 void ProfileGenerator::write() { in write()
100 void ProfileGenerator::findDisjointRanges(RangeSample &DisjointRanges, in findDisjointRanges()
H A Dllvm-profgen.cpp53 std::unique_ptr<ProfileGenerator> Generator = ProfileGenerator::create( in main()
H A DCMakeLists.txt21 ProfileGenerator.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-profgen/
H A DBUILD.gn18 "ProfileGenerator.cpp",