Searched refs:TemporalProfile (Results 1 – 4 of 4) sorted by relevance
876 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()
66 ProfileKind |= InstrProfKind::TemporalProfile; in getProfileKindFromVersion()262 ProfileKind |= InstrProfKind::TemporalProfile; in readHeader()
338 TemporalProfile = 0x80, enumerator339 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/TemporalProfile)
285 return static_cast<bool>(ProfileKind & InstrProfKind::TemporalProfile); in hasTemporalProfile()