Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
208 assert(!NewNode->getFunctionSamples() && in SampleContextTracker()
217 FunctionSamples *FSamples = Node->getFunctionSamples(); in populateFuncToCtxtMap()
244 FunctionSamples *FSamples = CalleeContext->getFunctionSamples(); in getCalleeContextSamplesFor()
268 if (FunctionSamples *CalleeSamples = ChildNode.getFunctionSamples()) in getIndirectCalleeContextSamplesFor()
289 FunctionSamples *Samples = ContextNode->getFunctionSamples(); in getContextSamplesFor()
302 return Node->getFunctionSamples(); in getContextSamplesFor()
362 return Node->getFunctionSamples(); in getBaseSamplesFor()
[all …]
H A DSampleProfile.cpp1073 FunctionSamples *CalleeSample = Node->getFunctionSamples(); in findExternalInlineCandidate()
/openbsd-src/gnu/llvm/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.cpp743 FunctionSamples *FProfile = ContextNode->getFunctionSamples(); in getOrCreateFunctionSamples()
819 FunctionSamples *FSamples = Node->getFunctionSamples(); in updateFunctionSamples()
840 populateBodySamplesForFunction(*ContextNode->getFunctionSamples(), in generateLineNumBasedProfile()
907 CallerNode->getFunctionSamples()->addCalledTargetSamples( in populateBoundarySamplesForFunction()
932 FunctionSamples *CalleeProfile = Node.getFunctionSamples(); in populateInferredFunctionSamples()
964 FunctionSamples *FProfile = Node.getFunctionSamples(); in convertToProfileMap()
1158 FunctionSamples &FunctionProfile = *ContextNode->getFunctionSamples(); in populateBodySamplesWithProbes()
1260 ContextNode->getFunctionSamples()->setFunctionHash(FuncDesc->FuncHash); in getContextNodeForLeafProbe()
1266 return *getContextNodeForLeafProbe(CtxKey, LeafProbe)->getFunctionSamples(); in getFunctionProfileForLeafProbe()
/openbsd-src/gnu/llvm/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.h52 FunctionSamples *getFunctionSamples() const;