Searched refs:ProfiledFunctions (Results 1 – 5 of 5) sorted by relevance
130 if (!ProfiledFunctions.count(Name)) { in addProfiledFunction()133 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name); in addProfiledFunction()134 Root.Edges.emplace(&Root, &ProfiledFunctions[Name], 0); in addProfiledFunction()141 assert(ProfiledFunctions.count(CallerName));142 auto CalleeIt = ProfiledFunctions.find(CalleeName);143 if (CalleeIt == ProfiledFunctions.end())145 ProfiledCallGraphEdge Edge(&ProfiledFunctions[CallerName],147 auto &Edges = ProfiledFunctions[CallerName].Edges;179 StringMap<ProfiledCallGraphNode> ProfiledFunctions; variable
412 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in collectProfiledFunctions() local413 if (collectFunctionsFromRawProfile(ProfiledFunctions)) in collectProfiledFunctions()414 Binary->setProfiledFunctions(ProfiledFunctions); in collectProfiledFunctions()415 else if (collectFunctionsFromLLVMProfile(ProfiledFunctions)) in collectProfiledFunctions()416 Binary->setProfiledFunctions(ProfiledFunctions); in collectProfiledFunctions()422 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromRawProfile() argument432 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()439 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()446 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()448 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()[all …]
125 std::unordered_set<const BinaryFunction *> &ProfiledFunctions);129 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) = 0;178 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) override;359 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) override;
220 std::unordered_set<const BinaryFunction *> ProfiledFunctions; variable469 return ProfiledFunctions; in getProfiledFunctions()473 ProfiledFunctions = Funcs; in setProfiledFunctions()
395 for (auto *F : ProfiledFunctions) { in decodePseudoProbe()