Searched refs:YamlProfileToFunction (Results 1 – 2 of 2) sorted by relevance
52 std::vector<BinaryFunction *> YamlProfileToFunction; variable79 if (YamlBF.Id >= YamlProfileToFunction.size()) in matchProfileToFunction()80 YamlProfileToFunction.resize(YamlBF.Id + 1); in matchProfileToFunction()81 YamlProfileToFunction[YamlBF.Id] = &BF; in matchProfileToFunction()
133 BinaryFunction *Callee = YamlCSI.DestId < YamlProfileToFunction.size() in parseFunctionProfile()134 ? YamlProfileToFunction[YamlCSI.DestId] in parseFunctionProfile()300 YamlProfileToFunction.resize(YamlBP.Functions.size() + 1); in readProfile()397 if (YamlBF.Id >= YamlProfileToFunction.size()) { in readProfile()402 if (BinaryFunction *BF = YamlProfileToFunction[YamlBF.Id]) in readProfile()