Home
last modified time | relevance | path

Searched refs:getFunctionSamples (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp54 FunctionSamples *Samples = ChildNode.getFunctionSamples(); in getHottestChildContext()
89 FunctionSamples *FSamples = Node->getFunctionSamples(); in moveContextSamples()
119 FunctionSamples *ContextTrieNode::getFunctionSamples() const { in getFunctionSamples() function in llvm::ContextTrieNode
206 assert(!NewNode->getFunctionSamples() && in SampleContextTracker()
215 FunctionSamples *FSamples = Node->getFunctionSamples(); in populateFuncToCtxtMap()
287 FunctionSamples *Samples = ContextNode->getFunctionSamples(); in getContextSamplesFor()
300 return Node->getFunctionSamples(); in getContextSamplesFor()
360 return Node->getFunctionSamples(); in getBaseSamplesFor()
567 FunctionSamples *ToSamples = ToNode.getFunctionSamples(); in mergeContextNode()
611 if (ToNode->getFunctionSamples()) in promoteMergeContextSamplesTree()
[all …]
H A DSampleProfile.cpp1035 FunctionSamples *CalleeSample = Node->getFunctionSamples(); in findExternalInlineCandidate()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp114 FunctionSamples *CalleeSamples = CalleeNode->getFunctionSamples(); in getInlineCandidates()
145 return ContextNode->getFunctionSamples()->getBodySamples().size(); in getFuncSize()
264 FunctionSamples *FSamples = Node->getFunctionSamples(); in run()
293 FunctionSamples *FProfile = Node->getFunctionSamples(); in run()
H A DProfileGenerator.cpp738 FunctionSamples *FProfile = ContextNode->getFunctionSamples(); in getOrCreateFunctionSamples()
802 FunctionSamples *FSamples = Node->getFunctionSamples(); in updateFunctionSamples()
823 populateBodySamplesForFunction(*ContextNode->getFunctionSamples(), in generateLineNumBasedProfile()
891 CallerNode->getFunctionSamples()->addCalledTargetSamples( in populateBoundarySamplesForFunction()
916 FunctionSamples *CalleeProfile = Node.getFunctionSamples(); in populateInferredFunctionSamples()
948 FunctionSamples *FProfile = Node.getFunctionSamples(); in convertToProfileMap()
1145 FunctionSamples &FunctionProfile = *ContextNode->getFunctionSamples(); in populateBodySamplesWithProbes()
1232 ContextNode->getFunctionSamples()->setFunctionHash(FuncDesc->FuncHash); in getContextNodeForLeafProbe()
1239 ->getFunctionSamples(); in getFunctionProfileForLeafProbe()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h89 FunctionSamples *CallerSamples = Caller->getFunctionSamples(); in ProfiledCallGraph()
104 FunctionSamples *CalleeSamples = Callee->getFunctionSamples(); in ProfiledCallGraph()
H A DSampleContextTracker.h51 FunctionSamples *getFunctionSamples() const;