Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h44 ContextTrieNode *getHottestChildContext(const LineLocation &CallSite);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp33 return getHottestChildContext(CallSite); in getChildContext()
43 ContextTrieNode::getHottestChildContext(const LineLocation &CallSite) { in getHottestChildContext() function in llvm::ContextTrieNode