Searched refs:getContextString (Results 1 – 3 of 3) sorted by relevance
244 dbgs() << " Callee context found: " << getContextString(CalleeContext) in getCalleeContextSamplesFor()363 << getContextString(*InlinedSamples) << "\n"); in markContextSamplesInlined()417 << getContextString(&NodeToPromo) << "\n"); in promoteMergeContextSamplesTree()426 SampleContextTracker::getContextString(const FunctionSamples &FSamples) const { in getContextString() function in llvm::SampleContextTracker427 return getContextString(getContextNodeForProfile(&FSamples)); in getContextString()431 SampleContextTracker::getContextString(ContextTrieNode *Node) const { in getContextString() function in llvm::SampleContextTracker447 return SampleContext::getContextString(Res); in getContextString()593 dbgs() << " Context promoted and merged to: " << getContextString(ToNode) in promoteMergeContextSamplesTree()602 << getContextString(ToNode) << "\n"; in promoteMergeContextSamplesTree()
190 std::string getContextString(const FunctionSamples &FSamples) const;191 std::string getContextString(ContextTrieNode *Node) const;
632 static std::string getContextString(SampleContextFrames Context,648 return getContextString(FullContext, false);