Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1793 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in llvm::LoopVectorizationCostModel
5235 if (VecValuesToIgnore.count(Inst)) in calculateRegisterUsage()
5496 (VF.isVector() && VecValuesToIgnore.count(&I))) in expectedCost()
6711 return !VecValuesToIgnore.contains(U) && in collectValuesToIgnore()
6716 VecValuesToIgnore.insert(Op); in collectValuesToIgnore()
6725 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
6732 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
6959 (IsVector && CM.VecValuesToIgnore.contains(UI)) || in skipCostComputation()