Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1552 bool hasPredStores() const { return NumPredStores > 0; } in hasPredStores() function in llvm::LoopVectorizationCostModel
4580 if (!EnableCondStoresVectorization && CM.hasPredStores()) { in selectVectorizationFactor()