Lines Matching full:accurate

152     "profile-sample-accurate", cl::Hidden, cl::init(false),
153 cl::desc("If the sample profile is accurate, we will mark all un-sampled "
158 "profile-sample-block-accurate", cl::Hidden, cl::init(false),
159 cl::desc("If the sample profile is accurate, we will mark all un-sampled "
164 "profile-accurate-for-symsinlist", cl::Hidden, cl::init(true),
166 "be accurate. It may be overriden by profile-sample-accurate. "));
590 // to be accurate. It is mainly decided by existance of profile symbol
591 // list and -profile-accurate-for-symsinlist flag, but it can be
592 // overriden by -profile-sample-accurate or profile-sample-accurate
962 // for the leftover indirect callsite as a trade off for accurate call in tryPromoteAndInlineCandidate()
1136 // Profile symbol list is ignored when profile-sample-accurate is on. in inlineHotFunctions()
1139 !F.hasFnAttribute("profile-sample-accurate"))) && in inlineHotFunctions()
1140 "ProfAccForSymsInList should be false when profile-sample-accurate " in inlineHotFunctions()
1378 // decisions based on hotness as well as accurate function byte sizes for in shouldInlineCandidate()
1411 // Profile symbol list is ignored when profile-sample-accurate is on. in inlineHotFunctionsWithPriority()
1414 !F.hasFnAttribute("profile-sample-accurate"))) && in inlineHotFunctionsWithPriority()
1415 "ProfAccForSymsInList should be false when profile-sample-accurate " in inlineHotFunctionsWithPriority()
1978 // While profile-sample-accurate is on, ignore symbol list. in doInitialization()
2230 if (ProfileSampleAccurate || F.hasFnAttribute("profile-sample-accurate")) { in runOnFunction()
2234 // profile-sample-accurate is a user assertion which has a higher precedence in runOnFunction()
2235 // than symbol list. When profile-sample-accurate is on, ignore symbol list. in runOnFunction()