Searched refs:HasProfile (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 827 bool HasProfile, 5655 bool HasProfile, bool HasRelBF) { in makeCallList() argument 5664 if (HasProfile) in makeCallList() 5666 } else if (HasProfile) in makeCallList() 5916 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local 5920 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary() 6056 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local 6059 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 829 bool HasProfile, 5859 bool HasProfile, bool HasRelBF) { in makeCallList() argument 5868 if (HasProfile) in makeCallList() 5870 } else if (HasProfile) in makeCallList() 6128 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local 6132 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary() 6271 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local 6274 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6198 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()
|