Searched refs:ProfileCSIRInstr (Results 1 – 3 of 3) sorted by relevance
87 ProfileCSIRInstr, // IR level PGO context sensitive instrumentation in LLVM. enumerator507 return getProfileInstr() == ProfileCSIRInstr; in hasProfileCSIRInstr()521 getProfileUse() == ProfileCSIRInstr; in hasProfileIRUse()525 bool hasProfileCSIRUse() const { return getProfileUse() == ProfileCSIRInstr; } in hasProfileCSIRUse()
1467 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,