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