Home
last modified time | relevance | path

Searched defs:recordBranchCount (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.h249 void recordBranchCount(uint64_t Source, uint64_t Target, uint64_t Count) { in recordBranchCount() function
408 void recordBranchCount(uint64_t Source, uint64_t Target, uint64_t Repeat) { in recordBranchCount() function
H A DPerfReader.cpp239 void VirtualUnwinder::recordBranchCount(const LBREntry &Branch, in recordBranchCount() function in llvm::sampleprof::VirtualUnwinder