Searched refs:recordBranch (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataReader.cpp | 399 if (!recordBranch(BF, BI.From.Offset, BI.To.Offset, BI.Branches, in readProfile() 524 IsValid = recordBranch(BF, BI.From.Offset, BI.To.Offset, 0); in evaluateProfileData() 672 bool DataReader::recordBranch(BinaryFunction &BF, uint64_t From, uint64_t To, in recordBranch() function in llvm::bolt::DataReader
|
| H A D | DataAggregator.cpp | 791 recordBranch(*FromFunc, From - FromFunc->getAddress(), in doBranch()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | DataReader.h | 322 bool recordBranch(BinaryFunction &BF, uint64_t From, uint64_t To,
|