Home
last modified time | relevance | path

Searched refs:getContextString (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp244 dbgs() << " Callee context found: " << getContextString(CalleeContext) in getCalleeContextSamplesFor()
367 << getContextString(*InlinedSamples) << "\n"); in markContextSamplesInlined()
421 << getContextString(&NodeToPromo) << "\n"); in promoteMergeContextSamplesTree()
430 SampleContextTracker::getContextString(const FunctionSamples &FSamples) const { in getContextString() function in llvm::SampleContextTracker
431 return getContextString(getContextNodeForProfile(&FSamples)); in getContextString()
435 SampleContextTracker::getContextString(ContextTrieNode *Node) const { in getContextString() function in llvm::SampleContextTracker
451 return SampleContext::getContextString(Res); in getContextString()
604 dbgs() << " Context promoted and merged to: " << getContextString(ToNode) in promoteMergeContextSamplesTree()
613 << getContextString(ToNode) << "\n"; in promoteMergeContextSamplesTree()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp223 << ContextTracker.getContextString(*Candidate.CalleeSamples) in processFunction()
250 << ContextTracker.getContextString(*Candidate.CalleeSamples) in processFunction()
267 dbgs() << " [" << ContextTracker.getContextString(Node) << "] " in run()
H A DPerfReader.cpp463 return SampleContext::getContextString(CtxKey->Context); in getContextKeyStr()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h187 std::string getContextString(const FunctionSamples &FSamples) const;
188 std::string getContextString(ContextTrieNode *Node) const;
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h592 static std::string getContextString(SampleContextFrames Context,
608 return getContextString(FullContext, false);