Searched refs:PF_FE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h37 enum ProfKind { PF_Unknown = 0, PF_FE, PF_IRLevel, PF_IRLevelWithCS }; enumerator in enum:llvm::InstrProfWriter::ProfKind
84 ProfileKind = PF_FE;
88 if (((ProfileKind != PF_FE) && !IsIRLevel) ||
89 ((ProfileKind == PF_FE) && IsIRLevel))

Completed in 91 milliseconds