Searched refs:VecValuesToIgnore (Results 1 – 2 of 2) sorted by relevance
308 SmallPtrSetImpl<const Value *> &VecValuesToIgnore) { in vectorize() argument310 ValuesNotWidened = &VecValuesToIgnore; in vectorize()1723 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in __anon63bf7e8f0111::LoopVectorizationCostModel5648 if (VecValuesToIgnore.count(Inst)) in calculateRegisterUsage()6158 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()6181 VecValuesToIgnore.insert(PN); in collectValuesToIgnore()6182 VecValuesToIgnore.insert(UpdateV); in collectValuesToIgnore()6213 VecValuesToIgnore.insert(&Inst); in collectValuesToIgnore()6563 Unroller.vectorize(&LVL, CM.MinBWs, CM.VecValuesToIgnore); in processLoop()6571 LB.vectorize(&LVL, CM.MinBWs, CM.VecValuesToIgnore); in processLoop()
1612 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in llvm::LoopVectorizationCostModel5410 if (VecValuesToIgnore.count(Inst) || in calculateRegisterUsage()5623 (VF > 1 && VecValuesToIgnore.count(&I))) in expectedCost()6270 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()6277 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()