Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1843 uint64_t getRawBranchCount() const { return RawBranchCount; } in getRawBranchCount() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1357 uint64_t SampleCount = Function.getRawBranchCount(); in runOnFunctions()