Lines Matching refs:getNumOccurrences
208 if (UnrollThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
210 if (UnrollPartialThreshold.getNumOccurrences() > 0) in gatherUnrollingPreferences()
212 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
214 if (UnrollMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
216 if (UnrollFullMaxCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
218 if (UnrollPeelCount.getNumOccurrences() > 0) in gatherUnrollingPreferences()
220 if (UnrollAllowPartial.getNumOccurrences() > 0) in gatherUnrollingPreferences()
222 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
224 if (UnrollRuntime.getNumOccurrences() > 0) in gatherUnrollingPreferences()
228 if (UnrollAllowPeeling.getNumOccurrences() > 0) in gatherUnrollingPreferences()
230 if (UnrollUnrollRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()
726 bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()