Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp436 for (auto Item : CI.second.BranchCounter) { in collectFunctionsFromRawProfile()
525 populateBoundarySamplesForAllFunctions(SC.BranchCounter); in generateLineNumBasedProfile()
539 populateBoundarySamplesWithProbesForAllFunctions(SC.BranchCounter); in generateProbeBasedProfile()
827 populateBoundarySamplesForFunction(ContextNode, CI.second.BranchCounter); in generateLineNumBasedProfile()
1122 populateBoundarySamplesWithProbes(CI.second.BranchCounter, ContextStack); in generateProbeBasedProfile()
1188 const BranchSample &BranchCounter, SampleContextFrames ContextStack) { in populateBoundarySamplesWithProbes() argument
1189 for (const auto &BI : BranchCounter) { in populateBoundarySamplesWithProbes()
H A DPerfReader.h402 BranchSample BranchCounter; member
409 BranchCounter[{Source, Target}] += Repeat; in recordBranchCount()
H A DProfileGenerator.h339 void populateBoundarySamplesWithProbes(const BranchSample &BranchCounter,
H A DPerfReader.cpp765 SCounterPrinter(Counter.BranchCounter, "->", Indent); in writeUnsymbolizedProfile()
833 ReadCounter(SCounters.BranchCounter, "->"); in readSampleCounters()