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