Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp936 bool HasProfile,
7017 bool HasProfile, bool HasRelBF) { in makeCallList() argument
7026 if (HasProfile) in makeCallList()
7028 } else if (HasProfile) in makeCallList()
7289 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
7293 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
7444 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
7447 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()