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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp626 const SCEV *TripCountSC = local
628 if (isa<SCEVCouldNotCompute>(TripCountSC)) {
638 Expander.isHighCostExpansion(TripCountSC, L, SCEVCheapExpansionBudget,
713 Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),

Completed in 131 milliseconds