Searched refs:DefaultTripCount (Results 1 – 1 of 1) sorted by relevance
45 static cl::opt<unsigned> DefaultTripCount( variable120 TripCount = SE.getConstant(ElemSize.getType(), DefaultTripCount); in computeTripCount()572 TripCount = (TripCount == 0) ? DefaultTripCount : TripCount; in CacheCost()