Lines Matching refs:getNumOccurrences
232 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
234 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
236 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
238 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
240 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
242 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
244 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
246 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
250 if (UnrollUnrollRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
252 if (UnrollMaxIterationsCountToAnalyze.getNumOccurrences() > 0) in gatherUnrollingPreferences()
777 if (UnrollCount.getNumOccurrences() > 0) { in computeUnrollCount()
788 bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()