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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h36 // PF_IRLevelWithCS is the profile from context sensitive IR instrumentation.
37 enum ProfKind { PF_Unknown = 0, PF_FE, PF_IRLevel, PF_IRLevelWithCS }; enumerator in enum:llvm::InstrProfWriter::ProfKind
82 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel;
93 // profile, set the kind to PF_IRLevelWithCS.
95 ProfileKind = PF_IRLevelWithCS;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp307 if (ProfileKind == PF_IRLevelWithCS) {
336 if (ProfileKind == PF_IRLevelWithCS) {
357 if (ProfileKind == PF_IRLevelWithCS) {
442 else if (ProfileKind == PF_IRLevelWithCS)

Completed in 105 milliseconds