Searched refs:ProfiledFunctions (Results 1 – 1 of 1) sorted by relevance
87 if (!ProfiledFunctions.count(Name)) { in addProfiledFunction()90 ProfiledFunctions[Name] = ProfiledCallGraphNode(Name); in addProfiledFunction()91 Root.Callees.insert(&ProfiledFunctions[Name]); in addProfiledFunction()96 assert(ProfiledFunctions.count(CallerName)); in addProfiledCall()97 auto CalleeIt = ProfiledFunctions.find(CalleeName); in addProfiledCall()98 if (CalleeIt == ProfiledFunctions.end()) { in addProfiledCall()101 ProfiledFunctions[CallerName].Callees.insert(&CalleeIt->second); in addProfiledCall()125 StringMap<ProfiledCallGraphNode> ProfiledFunctions; variable