Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp990 bool IsOldProfileFormat,
7371 bool IsOldProfileFormat, in makeCallList() argument
7376 if (!IsOldProfileFormat && (HasProfile || HasRelBF)) in makeCallList()
7386 if (IsOldProfileFormat) { in makeCallList()
7542 const bool IsOldProfileFormat = Version == 1; in parseEntireSummary() local
7658 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
7814 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()