Searched refs:VecValuesToIgnore (Results 1 – 1 of 1) sorted by relevance
1339 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in llvm::LoopVectorizationCostModel5182 if (VecValuesToIgnore.find(Inst) != VecValuesToIgnore.end() || in calculateRegisterUsage()5394 (VF > 1 && VecValuesToIgnore.find(&I) != VecValuesToIgnore.end())) in expectedCost()6058 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()6065 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()