Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h84 Error setIsIRLevelProfile(bool IsIRLevel, bool WithCS) { in setIsIRLevelProfile() argument
87 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel; in setIsIRLevelProfile()
99 if (ProfileKind == PF_IRLevel && WithCS) in setIsIRLevelProfile()