Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp996 makeCallList(ArrayRef<uint64_t> Record, bool IsOldProfileFormat,
7435 bool IsOldProfileFormat, in makeCallList() argument
7440 if (!IsOldProfileFormat && (HasProfile || HasRelBF)) in makeCallList()
7450 if (IsOldProfileFormat) { in makeCallList()
7643 const bool IsOldProfileFormat = Version == 1; in parseEntireSummary() local
7765 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
7918 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()