Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h177 ContextBranchCounter BranchCounter; member
185 BranchCounter[ContextId][{Source, Target}] += Repeat; in recordBranchCount()
DProfileGenerator.cpp227 for (const auto &CI : BI.second.BranchCounter) { in populateFunctionBoundarySamples()
DPerfReader.cpp220 printSampleCounter(I.second.BranchCounter); in printUnwinderOutput()