Home
last modified time | relevance | path

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

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