Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h127 if (testIncompatible(InstrProfKind::FunctionEntryOnly, in mergeProfileKind()
H A DInstrProfReader.h233 return static_cast<bool>(ProfileKind & InstrProfKind::FunctionEntryOnly); in functionEntryOnly()
H A DInstrProf.h295 FunctionEntryOnly = 0x20, enumerator
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp359 if (static_cast<bool>(ProfileKind & InstrProfKind::FunctionEntryOnly)) in writeImpl()
H A DInstrProfReader.cpp57 ProfileKind |= InstrProfKind::FunctionEntryOnly; in getProfileKindFromVersion()