Searched refs:hasPredStores (Results 1 – 1 of 1) sorted by relevance
1552 bool hasPredStores() const { return NumPredStores > 0; } in hasPredStores() function in llvm::LoopVectorizationCostModel4580 if (!EnableCondStoresVectorization && CM.hasPredStores()) { in selectVectorizationFactor()