Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp287 const SCEV *RefCost = TripCount; in computeRefCost() local
300 RefCost = SE.getUDivExpr(Numerator, CacheLineSize); in computeRefCost()
304 << *RefCost << "\n"); in computeRefCost()
307 << "Access is not consecutive: RefCost=TripCount=" << *RefCost in computeRefCost()
311 if (auto ConstantCost = dyn_cast<SCEVConstant>(RefCost)) in computeRefCost()