Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp514 std::unordered_map<PseudoProbeInlineTree *, FunctionSamples *> FrameSamples; in populateBodySamplesWithProbes() local
526 FrameSamples[Probe->getInlineTreeNode()] = &FunctionProfile; in populateBodySamplesWithProbes()
562 for (auto &I : FrameSamples) { in populateBodySamplesWithProbes()