Searched refs:recordBranchCount (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | PerfReader.cpp | 83 void VirtualUnwinder::recordBranchCount(const LBREntry &Branch, in recordBranchCount() function in llvm::sampleprof::VirtualUnwinder 90 SampleCounters->recordBranchCount(ContextId, SourceOffset, TargetOffset, in recordBranchCount() 138 recordBranchCount(Branch, State, Repeat); in unwind()
|
D | PerfReader.h | 183 void recordBranchCount(std::string &ContextId, uint64_t Source, in recordBranchCount() function 256 void recordBranchCount(const LBREntry &Branch, UnwindState &State,
|