Searched refs:ProfileInstrKind (Results 1 – 3 of 3) sorted by relevance
83 enum ProfileInstrKind { enum
121 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)123 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor()398 static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()