Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1983 unsigned BestTripCount = 2; in getCost() local
1987 BestTripCount = SmallTC; in getCost()
1991 BestTripCount = *EstimatedTC; in getCost()
1994 BestTripCount = std::max(BestTripCount, 1U); in getCost()
1995 InstructionCost NewMemCheckCost = MemCheckCost / BestTripCount; in getCost()
2001 if (BestTripCount > 1) in getCost()