Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h137 getContextNodeForProfile(const FunctionSamples *FSamples) const { in getContextNodeForProfile() function
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp341 ContextTrieNode *FromNode = getContextNodeForProfile(CSamples); in getBaseSamplesFor()
426 return getContextString(getContextNodeForProfile(&FSamples)); in getContextString()
H A DSampleProfile.cpp1065 ContextTrieNode *Caller = ContextTracker->getContextNodeForProfile(Samples); in findExternalInlineCandidate()