Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2212 SetVector<Type *> &OtherTys, ArrayRef<VectorType *> CandidateTysCopy, in createAndCheckVectorTypesForPromotion() argument
2218 CandidateTysCopy.size() ? CandidateTysCopy[0] : nullptr; in createAndCheckVectorTypesForPromotion()
2227 for (VectorType *const VTy : CandidateTysCopy) { in createAndCheckVectorTypesForPromotion()
2229 assert(CandidateTysCopy[0] == OriginalElt && "Different Element"); in createAndCheckVectorTypesForPromotion()
2318 SmallVector<VectorType *, 4> CandidateTysCopy = CandidateTys; in isVectorPromotionViable() local
2320 LoadStoreTys, CandidateTysCopy, CheckCandidateType, P, DL, in isVectorPromotionViable()
2327 DeferredTys, CandidateTysCopy, CheckCandidateType, P, DL, CandidateTys, in isVectorPromotionViable()