Home
last modified time | relevance | path

Searched refs:FunctionEntryInstrumentation (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h128 InstrProfKind::FunctionEntryInstrumentation)) { in mergeProfileKind()
H A DInstrProfReader.h225 InstrProfKind::FunctionEntryInstrumentation); in instrEntryBBEnabled()
H A DInstrProf.h289 FunctionEntryInstrumentation = 0x4, enumerator
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp355 InstrProfKind::FunctionEntryInstrumentation)) in writeImpl()
595 InstrProfKind::FunctionEntryInstrumentation)) in writeText()
H A DInstrProfReader.cpp51 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in getProfileKindFromVersion()
184 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in readHeader()
186 ProfileKind &= ~InstrProfKind::FunctionEntryInstrumentation; in readHeader()