Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h176 if (testIncompatible(InstrProfKind::FunctionEntryOnly, in mergeProfileKind()
H A DInstrProfReader.h276 return static_cast<bool>(ProfileKind & InstrProfKind::FunctionEntryOnly); in functionEntryOnly()
H A DInstrProf.h334 FunctionEntryOnly = 0x20, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp872 if (static_cast<bool>(ProfileKind & InstrProfKind::FunctionEntryOnly)) in writeImpl()
H A DInstrProfReader.cpp60 ProfileKind |= InstrProfKind::FunctionEntryOnly; in getProfileKindFromVersion()