Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp243 dbgs() << " Callee context found: " << getContextString(CalleeContext) in getCalleeContextSamplesFor()
362 << getContextString(*InlinedSamples) << "\n"); in markContextSamplesInlined()
416 << getContextString(&NodeToPromo) << "\n"); in promoteMergeContextSamplesTree()
425 SampleContextTracker::getContextString(const FunctionSamples &FSamples) const { in getContextString() function in llvm::SampleContextTracker
426 return getContextString(getContextNodeForProfile(&FSamples)); in getContextString()
430 SampleContextTracker::getContextString(ContextTrieNode *Node) const { in getContextString() function in llvm::SampleContextTracker
446 return SampleContext::getContextString(Res); in getContextString()
592 dbgs() << " Context promoted and merged to: " << getContextString(ToNode) in promoteMergeContextSamplesTree()
601 << getContextString(ToNode) << "\n"; in promoteMergeContextSamplesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h184 std::string getContextString(const FunctionSamples &FSamples) const;
185 std::string getContextString(ContextTrieNode *Node) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h620 static std::string getContextString(SampleContextFrames Context,
636 return getContextString(FullContext, false);