Searched refs:ProfiledFunctions (Results 1 – 1 of 1) sorted by relevance
138 auto [It, Inserted] = ProfiledFunctions.try_emplace(Name); in addProfiledFunction()153 auto CalleeIt = ProfiledFunctions.find(CalleeName);154 if (CalleeIt == ProfiledFunctions.end())156 auto CallerIt = ProfiledFunctions.find(CallerName);157 assert(CallerIt != ProfiledFunctions.end());195 for (auto &Node : ProfiledFunctions) {211 ProfiledFunctions; variable