Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfWriter.cpp876 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) in writeImpl()
953 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) { in writeImpl()
1134 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) in writeText()
HDInstrProfReader.cpp66 ProfileKind |= InstrProfKind::TemporalProfile; in getProfileKindFromVersion()
262 ProfileKind |= InstrProfKind::TemporalProfile; in readHeader()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProf.h338 TemporalProfile = 0x80, enumerator
339 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/TemporalProfile)
HDInstrProfReader.h285 return static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile); in hasTemporalProfile()