Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp109 ContextTracker.getContextNodeForProfile(CallerSamples); in getInlineCandidates()
191 getFuncSize(ContextTracker.getContextNodeForProfile(FSamples)); in processFunction()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h136 getContextNodeForProfile(const FunctionSamples *FSamples) const { in getContextNodeForProfile() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp346 ContextTrieNode *FromNode = getContextNodeForProfile(CSamples); in getBaseSamplesFor()
431 return getContextString(getContextNodeForProfile(&FSamples)); in getContextString()
H A DSampleProfile.cpp1029 ContextTrieNode *Caller = ContextTracker->getContextNodeForProfile(Samples); in findExternalInlineCandidate()