Searched refs:constTripCount (Results 1 – 2 of 2) sorted by relevance
76 uint64_t constTripCount = *mayConst; in adjustToDivisorsOfTripCounts() local77 if (constTripCount > 1 && tSizeAdjusted > constTripCount / 2) in adjustToDivisorsOfTripCounts()78 tSizeAdjusted = constTripCount / 2; in adjustToDivisorsOfTripCounts()79 while (constTripCount % tSizeAdjusted != 0) in adjustToDivisorsOfTripCounts()
714 define i32 @constTripCount() {715 ; CHECK-LABEL: @constTripCount(