Home
last modified time | relevance | path

Searched defs:ProfiledCallGraphNodeComparer (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h31 struct ProfiledCallGraphNodeComparer { struct
32 bool operator()(const ProfiledCallGraphNode *L, in operator()