Home
last modified time | relevance | path

Searched refs:DefaultTripCount (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp45 static cl::opt<unsigned> DefaultTripCount( variable
120 TripCount = SE.getConstant(ElemSize.getType(), DefaultTripCount); in computeTripCount()
572 TripCount = (TripCount == 0) ? DefaultTripCount : TripCount; in CacheCost()