Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp747 bool HasProfile,
5093 bool HasProfile, bool HasRelBF) { in makeCallList() argument
5102 if (HasProfile) in makeCallList()
5104 } else if (HasProfile) in makeCallList()
5279 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
5283 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
5372 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
5375 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6198 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
6203 uint64_t ProfileCount = HasProfile ? Record[++I] : 0; in parseEntireSummary()
6287 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
6292 uint64_t ProfileCount = HasProfile ? Record[++I] : 0; in parseEntireSummary()