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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h78 /// \c WithCS indicates if this is for contenxt sensitive instrumentation.
79 Error setIsIRLevelProfile(bool IsIRLevel, bool WithCS) { argument
82 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel;
92 // When merging a context-sensitive profile (WithCS == true) with an IRLevel
94 if (ProfileKind == PF_IRLevel && WithCS)

Completed in 187 milliseconds