Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h151 void bumpCallCount(uint64_t OffsetFrom, const Location &To, uint64_t Count,
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp168 void FuncBranchData::bumpCallCount(uint64_t OffsetFrom, const Location &To, in bumpCallCount() function in llvm::bolt::FuncBranchData
H A DDataAggregator.cpp775 FromAggrData->bumpCallCount(From, Location(!DstFunc.empty(), DstFunc, To), in doInterBranch()