Home
last modified time | relevance | path

Searched refs:BranchCounters (Results 1 – 4 of 4) 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);
H A DProfileGenerator.cpp566 const BranchSample &BranchCounters) { in populateBoundarySamplesWithProbesForAllFunctions() argument
567 for (const auto &Entry : BranchCounters) { in populateBoundarySamplesWithProbesForAllFunctions()
702 const BranchSample &BranchCounters) { in populateBoundarySamplesForAllFunctions() argument
703 for (const auto &Entry : BranchCounters) { in populateBoundarySamplesForAllFunctions()
873 ContextTrieNode *Node, const BranchSample &BranchCounters) { in populateBoundarySamplesForFunction() argument
875 for (const auto &Entry : BranchCounters) { in populateBoundarySamplesForFunction()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentation.h120 uint32_t BranchCounters{0};
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp159 ++BranchCounters; in createEdgeDescription()
682 outs() << "BOLT-INSTRUMENTER: Number of branch counters: " << BranchCounters in setupRuntimeLibrary()