Home
last modified time | relevance | path

Searched refs:PF_SAMPLE (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp113 if (YamlBP.Header.Flags & BinaryFunction::PF_SAMPLE) { in parseFunctionProfile()
221 if (YamlBP.Header.Flags & BinaryFunction::PF_SAMPLE) { in parseFunctionProfile()
H A DDataReader.cpp364 BF.ProfileFlags = BinaryFunction::PF_SAMPLE; in readProfile()
H A DDataAggregator.cpp640 const auto Flags = opts::BasicAggregation ? BinaryFunction::PF_SAMPLE in processProfile()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileYAMLMapping.h175 io.bitSetCase(value, "sample", BinaryFunction::PF_SAMPLE);
/llvm-project-15.0.7/bolt/tools/merge-fdata/
H A Dmerge-fdata.cpp123 llvm::bolt::BinaryFunction::PF_SAMPLE; in mergeProfileHeaders()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h133 PF_SAMPLE = 2, /// Non-LBR sample-based profile. enumerator