Home
last modified time | relevance | path

Searched refs:ProfiledFunctions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h138 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