Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h45 ContextTrieNode *getHottestChildContext(const LineLocation &CallSite);
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp34 return getHottestChildContext(CallSite); in getChildContext()
44 ContextTrieNode::getHottestChildContext(const LineLocation &CallSite) { in getHottestChildContext() function in llvm::ContextTrieNode