Searched refs:CandidateTysCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2261 SetVector<Type *> &OtherTys, ArrayRef<VectorType *> CandidateTysCopy, in createAndCheckVectorTypesForPromotion() argument 2267 CandidateTysCopy.size() ? CandidateTysCopy[0] : nullptr; in createAndCheckVectorTypesForPromotion() 2276 for (VectorType *const VTy : CandidateTysCopy) { in createAndCheckVectorTypesForPromotion() 2278 assert(CandidateTysCopy[0] == OriginalElt && "Different Element"); in createAndCheckVectorTypesForPromotion() 2367 SmallVector<VectorType *, 4> CandidateTysCopy = CandidateTys; in isVectorPromotionViable() local 2369 LoadStoreTys, CandidateTysCopy, CheckCandidateType, P, DL, in isVectorPromotionViable() 2376 DeferredTys, CandidateTysCopy, CheckCandidateType, P, DL, CandidateTys, in isVectorPromotionViable()
|