Lines Matching refs:getNumOccurrences
233 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
235 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
237 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
239 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
241 if (UnrollMaxUpperBound.getNumOccurrences() > 0) in gatherUnrollingPreferences()
243 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
245 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
247 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
249 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
253 if (UnrollUnrollRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
255 if (UnrollMaxIterationsCountToAnalyze.getNumOccurrences() > 0) in gatherUnrollingPreferences()
887 const bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()
900 if (UnrollCount.getNumOccurrences() > 0) { in computeUnrollCount()