Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h37 enum ProfKind { PF_Unknown = 0, PF_FE, PF_IRLevel, PF_IRLevelWithCS }; enumerator
87 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel; in setIsIRLevelProfile()
100 ProfileKind = PF_IRLevelWithCS; in setIsIRLevelProfile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp308 if (ProfileKind == PF_IRLevelWithCS) { in writeImpl()
340 if (ProfileKind == PF_IRLevelWithCS) { in writeImpl()
361 if (ProfileKind == PF_IRLevelWithCS) { in writeImpl()
475 else if (ProfileKind == PF_IRLevelWithCS) in writeText()