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 DInstrProfWriter.cpp574 if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeImpl()
791 else if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeText()
H A DInstrProfReader.cpp48 ProfileKind |= InstrProfKind::IRInstrumentation; in getProfileKindFromVersion()
259 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
263 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h272 return static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation); in isIRLevelProfile()
H A DInstrProf.h379 IRInstrumentation = 0x2, enumerator