Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.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()
H A DInstrProfReader.cpp66 ProfileKind |= InstrProfKind::TemporalProfile; in getProfileKindFromVersion()
262 ProfileKind |= InstrProfKind::TemporalProfile; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h338 TemporalProfile = 0x80, enumerator
339 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/TemporalProfile)
H A DInstrProfReader.h285 return static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile); in hasTemporalProfile()