Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp246 dbgs() << " Callee context found: " << getContextString(CalleeContext) in getCalleeContextSamplesFor()
369 << getContextString(*InlinedSamples) << "\n"); in markContextSamplesInlined()
423 << getContextString(&NodeToPromo) << "\n"); in promoteMergeContextSamplesTree()
432 SampleContextTracker::getContextString(const FunctionSamples &FSamples) const { in getContextString() function in llvm::SampleContextTracker
433 return getContextString(getContextNodeForProfile(&FSamples)); in getContextString()
437 SampleContextTracker::getContextString(ContextTrieNode *Node) const { in getContextString() function in llvm::SampleContextTracker
453 return SampleContext::getContextString(Res); in getContextString()
606 dbgs() << " Context promoted and merged to: " << getContextString(ToNode) in promoteMergeContextSamplesTree()
615 << getContextString(ToNode) << "\n"; in promoteMergeContextSamplesTree()
/openbsd-src/gnu/llvm/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.cpp459 return SampleContext::getContextString(CtxKey->Context); in getContextKeyStr()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h183 std::string getContextString(const FunctionSamples &FSamples) const;
184 std::string getContextString(ContextTrieNode *Node) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h600 static std::string getContextString(SampleContextFrames Context,
616 return getContextString(FullContext, false);