Searched refs:ProfileCSIRInstr (Results 1 – 4 of 4) sorted by relevance
90 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator455 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()466 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()470 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
82 case CodeGenOptions::ProfileCSIRInstr: in getSectionName()
1312 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
5503 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,