Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h149 void bumpBranchCount(uint64_t OffsetFrom, uint64_t OffsetTo, uint64_t Count,
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp154 void FuncBranchData::bumpBranchCount(uint64_t OffsetFrom, uint64_t OffsetTo, in bumpBranchCount() function in llvm::bolt::FuncBranchData
H A DDataAggregator.cpp733 AggrData->bumpBranchCount(From, To, Count, Mispreds); in doIntraBranch()