Home
last modified time | relevance | path

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

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