Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp219 const bool HasProfile = BC.NumProfiledFuncs > 0; in emitFunctions() local
232 if (HasProfile && opts::X86AlignBranchBoundaryHotOnly && in emitFunctions()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp925 bool HasProfile,
6859 bool HasProfile, bool HasRelBF) { in makeCallList() argument
6868 if (HasProfile) in makeCallList()
6870 } else if (HasProfile) in makeCallList()
7128 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
7132 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
7271 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
7274 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()