Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp797 bool HasProfile,
5941 bool HasProfile, bool HasRelBF) { in makeCallList() argument
5950 if (HasProfile) in makeCallList()
5952 } else if (HasProfile) in makeCallList()
6210 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
6214 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
6353 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
6356 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()