Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1882 SmallPtrSet<const Value *, 16> ValuesToIgnore; member in llvm::LoopVectorizationCostModel
6231 if (ValuesToIgnore.count(&I)) in getSmallestAndWidestTypes()
6588 if (ValuesToIgnore.count(I)) in calculateRegisterUsage()
6857 if (ValuesToIgnore.count(&I) || in expectedCost()
7832 CodeMetrics::collectEphemeralValues(TheLoop, AC, ValuesToIgnore); in collectValuesToIgnore()