Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp362 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeImpl()
414 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
529 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()
644 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeText()
H A DInstrProfReader.cpp48 ProfileKind |= InstrProfKind::ContextSensitive; in getProfileKindFromVersion()
267 ProfileKind |= InstrProfKind::ContextSensitive; in readHeader()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h236 return static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive); in hasCSIRLevelProfile()
H A DInstrProf.h296 ContextSensitive = 0x8, enumerator