Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp865 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeImpl()
891 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
976 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
1105 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeText()
H A DInstrProfReader.cpp51 ProfileKind |= InstrProfKind::ContextSensitive; in getProfileKindFromVersion()
254 ProfileKind |= InstrProfKind::ContextSensitive; in readHeader()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h263 return static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive); in hasCSIRLevelProfile()
H A DInstrProf.h330 ContextSensitive = 0x8, enumerator