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.cpp590 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) in writeImpl()
637 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) { in writeImpl()
822 if (static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile)) in writeText()
H A DInstrProfReader.cpp69 ProfileKind |= InstrProfKind::TemporalProfile; in getProfileKindFromVersion()
274 ProfileKind |= InstrProfKind::TemporalProfile; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h303 return static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile); in hasTemporalProfile()
H A DInstrProf.h391 TemporalProfile = 0x80, enumerator