Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h153 auto CalleeIt = ProfiledFunctions.find(CalleeName);
154 if (CalleeIt == ProfiledFunctions.end())
157 CalleeIt->second, Weight);
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp169 auto CalleeIt = find_if(Node->Callees, [NodeFuncID](TrieNode *N) { in internPath() local
172 if (CalleeIt == Node->Callees.end()) { in internPath()
180 Node = *CalleeIt; in internPath()