Lines Matching defs:YamlBB
246 yaml::bolt::BinaryBasicBlockProfile YamlBB;
247 YamlBB.Index = BB->getLayoutIndex();
248 YamlBB.NumInstructions = BB->getNumNonPseudos();
249 YamlBB.Hash = BB->getHash();
252 YamlBB.EventCount = BB->getKnownExecutionCount();
253 if (YamlBB.EventCount)
254 YamlBF.Blocks.emplace_back(YamlBB);
258 YamlBB.ExecCount = BB->getKnownExecutionCount();
314 YamlBB.CallSites.push_back(KV.second);
319 if (YamlBB.CallSites.empty() && !BB->isEntryPoint() &&
340 YamlBB.Successors.emplace_back(YamlSI);
354 YamlBB.PseudoProbes = writeBlockProbes(Probes, InlineTreeNodeId);
357 YamlBF.Blocks.emplace_back(YamlBB);