Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp399 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 DDataAggregator.cpp791 recordBranch(*FromFunc, From - FromFunc->getAddress(), in doBranch()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h322 bool recordBranch(BinaryFunction &BF, uint64_t From, uint64_t To,