Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp350 if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeImpl()
591 else if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeText()
H A DInstrProfReader.cpp45 ProfileKind |= InstrProfKind::IRInstrumentation; in getProfileKindFromVersion()
177 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
181 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h216 return static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation); in isIRLevelProfile()
H A DInstrProf.h287 IRInstrumentation = 0x2, enumerator