Lines Matching refs:ProfileGenerator
123 Generator.reset(new ProfileGenerator(Binary, SampleCounters)); in create()
140 Generator.reset(new ProfileGenerator(Binary, std::move(Profiles))); in create()
448 bool ProfileGenerator::collectFunctionsFromLLVMProfile( in collectFunctionsFromLLVMProfile()
468 ProfileGenerator::getTopLevelFunctionProfile(StringRef FuncName) { in getTopLevelFunctionProfile()
478 void ProfileGenerator::generateProfile() { in generateProfile()
495 void ProfileGenerator::postProcessProfiles() { in postProcessProfiles()
501 void ProfileGenerator::trimColdProfiles(const SampleProfileMap &Profiles, in trimColdProfiles()
518 void ProfileGenerator::generateLineNumBasedProfile() { in generateLineNumBasedProfile()
530 void ProfileGenerator::generateProbeBasedProfile() { in generateProbeBasedProfile()
544 void ProfileGenerator::populateBodySamplesWithProbesForAllFunctions( in populateBodySamplesWithProbesForAllFunctions()
565 void ProfileGenerator::populateBoundarySamplesWithProbesForAllFunctions( in populateBoundarySamplesWithProbesForAllFunctions()
596 FunctionSamples &ProfileGenerator::getLeafProfileAndAddTotalSamples( in getLeafProfileAndAddTotalSamples()
633 ProfileGenerator::preprocessRangeCounter(const RangeSample &RangeCounter) { in preprocessRangeCounter()
657 void ProfileGenerator::populateBodySamplesForAllFunctions( in populateBodySamplesForAllFunctions()
701 void ProfileGenerator::populateBoundarySamplesForAllFunctions( in populateBoundarySamplesForAllFunctions()