Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp576 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeImpl()
605 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
660 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
789 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeText()
H A DInstrProfReader.cpp51 ProfileKind |= InstrProfKind::ContextSensitive; in getProfileKindFromVersion()
264 ProfileKind |= InstrProfKind::ContextSensitive; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h276 return static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive); in hasCSIRLevelProfile()
H A DInstrProf.h383 ContextSensitive = 0x8, enumerator