Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h169 populateBoundarySamplesForAllFunctions(const BranchSample &BranchCounters);
173 const BranchSample &BranchCounters);
327 const BranchSample &BranchCounters);
339 void populateBoundarySamplesWithProbes(const BranchSample &BranchCounter,
H A DProfileGenerator.cpp566 const BranchSample &BranchCounters) { in populateBoundarySamplesWithProbesForAllFunctions()
702 const BranchSample &BranchCounters) { in populateBoundarySamplesForAllFunctions()
873 ContextTrieNode *Node, const BranchSample &BranchCounters) { in populateBoundarySamplesForFunction()
1188 const BranchSample &BranchCounter, SampleContextFrames ContextStack) { in populateBoundarySamplesWithProbes()
H A DPerfReader.h395 using BranchSample = std::map<std::pair<uint64_t, uint64_t>, uint64_t>; variable
402 BranchSample BranchCounter;