Home
last modified time | relevance | path

Searched refs:fetchProfileForOtherEntryPoints (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h291 bool fetchProfileForOtherEntryPoints(BinaryFunction &BF);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataReader.cpp422 if (fetchProfileForOtherEntryPoints(BF)) { in matchProfileData()
478 bool DataReader::fetchProfileForOtherEntryPoints(BinaryFunction &BF) { in fetchProfileForOtherEntryPoints() function in llvm::bolt::DataReader