HomeSort by: relevance | last modified time | path
    Searched defs:ProfileKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h 42 ProfKind ProfileKind = PF_Unknown;
82 /// Set the ProfileKind. Report error if mixing FE and IR level profiles.
85 if (ProfileKind == PF_Unknown) {
87 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel;
89 ProfileKind = PF_FE;
93 if (((ProfileKind != PF_FE) && !IsIRLevel) ||
94 ((ProfileKind == PF_FE) && IsIRLevel))
99 if (ProfileKind == PF_IRLevel && WithCS)
100 ProfileKind = PF_IRLevelWithCS;
InstrProfWriter.h 42 ProfKind ProfileKind = PF_Unknown;
82 /// Set the ProfileKind. Report error if mixing FE and IR level profiles.
85 if (ProfileKind == PF_Unknown) {
87 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel;
89 ProfileKind = PF_FE;
93 if (((ProfileKind != PF_FE) && !IsIRLevel) ||
94 ((ProfileKind == PF_FE) && IsIRLevel))
99 if (ProfileKind == PF_IRLevel && WithCS)
100 ProfileKind = PF_IRLevelWithCS;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMTargetParser.h 170 enum class ProfileKind { INVALID = 0, A, R, M };
273 ProfileKind parseArchProfile(StringRef Arch);
ARMTargetParser.h 170 enum class ProfileKind { INVALID = 0, A, R, M };
273 ProfileKind parseArchProfile(StringRef Arch);

Completed in 41 milliseconds