Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp132 for (const yaml::bolt::CallSiteInfo &YamlCSI : YamlBB.CallSites) { in parseFunctionProfile() local
134 ? YamlProfileToFunction[YamlCSI.DestId] in parseFunctionProfile()
141 BF.getAllCallSites().emplace_back(CalleeSymbol, YamlCSI.Count, in parseFunctionProfile()
142 YamlCSI.Mispreds, YamlCSI.Offset); in parseFunctionProfile()
144 if (YamlCSI.Offset >= BB.getOriginalSize()) { in parseFunctionProfile()
146 errs() << "BOLT-WARNING: offset " << YamlCSI.Offset in parseFunctionProfile()
153 BF.getInstructionAtOffset(BB.getInputOffset() + YamlCSI.Offset); in parseFunctionProfile()
183 CSP.emplace_back(CalleeSymbol, YamlCSI.Count, YamlCSI.Mispreds); in parseFunctionProfile()
185 setAnnotation("CTCTakenCount", YamlCSI.Count); in parseFunctionProfile()
186 setAnnotation("CTCMispredCount", YamlCSI.Mispreds); in parseFunctionProfile()
[all …]