Searched refs:PF_IRLevel (Results 1 - 2 of 2) 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
82 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel;
94 if (ProfileKind == PF_IRLevel && WithCS)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp305 if (ProfileKind == PF_IRLevel)
440 if (ProfileKind == PF_IRLevel)

Completed in 123 milliseconds