Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp436 if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeImpl()
766 else if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeText()
H A DInstrProfReader.cpp46 ProfileKind |= InstrProfKind::IRInstrumentation; in getProfileKindFromVersion()
252 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
256 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h259 return static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation); in isIRLevelProfile()
H A DInstrProf.h306 IRInstrumentation = 0x2, enumerator