Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp48 ProfileKind |= InstrProfKind::IRInstrumentation; in getProfileKindFromVersion()
249 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
253 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
H A DInstrProfWriter.cpp863 if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeImpl()
1107 else if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeText()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h259 return static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation); in isIRLevelProfile()
H A DInstrProf.h326 IRInstrumentation = 0x2, enumerator