Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp449 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) in writeImpl()
608 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) { in writeImpl()
789 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) in writeText()
H A DInstrProfReader.cpp64 ProfileKind |= InstrProfKind::TemporalProfile; in getProfileKindFromVersion()
265 ProfileKind |= InstrProfKind::TemporalProfile; in readHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h318 TemporalProfile = 0x80, enumerator
319 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/TemporalProfile)
H A DInstrProfReader.h285 return static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile); in hasTemporalProfile()