Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h134 if (testIncompatible(InstrProfKind::FunctionEntryOnly, in mergeProfileKind()
H A DInstrProfReader.h249 return static_cast<bool>(ProfileKind & InstrProfKind::FunctionEntryOnly); in functionEntryOnly()
H A DInstrProf.h300 FunctionEntryOnly = 0x20, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp369 if (static_cast<bool>(ProfileKind & InstrProfKind::FunctionEntryOnly)) in writeImpl()
H A DInstrProfReader.cpp57 ProfileKind |= InstrProfKind::FunctionEntryOnly; in getProfileKindFromVersion()