Home
last modified time | relevance | path

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

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