Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp668 const SCEV *TripCountSC = in UnrollRuntimeLoopRemainder() local
670 if (isa<SCEVCouldNotCompute>(TripCountSC)) { in UnrollRuntimeLoopRemainder()
680 Expander.isHighCostExpansion(TripCountSC, L, SCEVExpansionBudget, TTI, in UnrollRuntimeLoopRemainder()
770 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(), in UnrollRuntimeLoopRemainder()