Home
last modified time | relevance | path

Searched refs:ContextStrStack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp436 extractPrefixContextStack(SmallVectorImpl<std::string> &ContextStrStack, in extractPrefixContextStack() argument
440 Binary->getInlineContextForProbe(P, ContextStrStack, true); in extractPrefixContextStack()
453 SmallVector<std::string, 16> ContextStrStack; in generateProfile() local
454 extractPrefixContextStack(ContextStrStack, CtxKey->Probes, Binary); in generateProfile()
457 populateBodySamplesWithProbes(CI.second.RangeCounter, ContextStrStack, in generateProfile()
461 ContextStrStack, Binary); in generateProfile()
509 SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary) { in populateBodySamplesWithProbes() argument
522 getFunctionProfileForLeafProbe(ContextStrStack, Probe, Binary); in populateBodySamplesWithProbes()
576 SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary) { in populateBoundarySamplesWithProbes() argument
586 getFunctionProfileForLeafProbe(ContextStrStack, CallProbe, Binary); in populateBoundarySamplesWithProbes()
[all …]
H A DProfileGenerator.h235 SmallVectorImpl<std::string> &ContextStrStack,
240 SmallVectorImpl<std::string> &ContextStrStack, ProfiledBinary *Binary);
243 getFunctionProfileForLeafProbe(SmallVectorImpl<std::string> &ContextStrStack,
248 getFunctionProfileForLeafProbe(SmallVectorImpl<std::string> &ContextStrStack,