Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp438 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeImpl()
496 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
631 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
764 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeText()
H A DInstrProfReader.cpp49 ProfileKind |= InstrProfKind::ContextSensitive; in getProfileKindFromVersion()
257 ProfileKind |= InstrProfKind::ContextSensitive; in readHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h263 return static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive); in hasCSIRLevelProfile()
H A DInstrProf.h310 ContextSensitive = 0x8, enumerator