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