Searched refs:ProfileInstrKind (Results 1 – 4 of 4) sorted by relevance
52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;56 CodeGenOptions::ProfileInstrKind Kind) const;59 CodeGenOptions::ProfileInstrKind Kind) const;62 CodeGenOptions::ProfileInstrKind Kind) const;
82 enum ProfileInstrKind { enum
217 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)219 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
3468 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isFunctionBlockedByProfileList()