Searched refs:recordBranchCount (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | PerfReader.cpp | 198 SCounter.recordBranchCount(SourceOffset, TargetOffset, std::get<2>(Item)); in collectSamplesFromFrame() 246 void VirtualUnwinder::recordBranchCount(const LBREntry &Branch, in recordBranchCount() function in llvm::sampleprof::VirtualUnwinder 254 State.getDummyRootPtr()->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount() 262 State.getParentFrame()->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount() 265 State.CurrentLeafFrame->recordBranchCount(Branch.Source, Branch.Target, in recordBranchCount() 319 recordBranchCount(Branch, State, Repeat); in unwind() 871 Counter.recordBranchCount(SourceOffset, TargetOffset, Repeat); in computeCounterFromLBR()
|
| H A D | PerfReader.h | 249 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 551 void recordBranchCount(const LBREntry &Branch, UnwindState &State,
|