Searched defs:IsVectorPromotable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2044 uint64_t NewAllocaEndOffset, bool IsVectorPromotable,
2052 VecTy(IsVectorPromotable ? cast<VectorType>(NewAllocaTy) : nullptr),
2068 assert((!IsVectorPromotable && !IsIntegerPromotable) ||
2069 IsVectorPromotable != IsIntegerPromotable);
3133 bool IsVectorPromotable = isVectorPromotionViable( local
3137 !IsVectorPromotable &&
3182 EndOffset, IsVectorPromotable,
2041 AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &S, SROA &Pass, AllocaInst &OldAI, AllocaInst &NewAI, uint64_t NewAllocaBeginOffset, uint64_t NewAllocaEndOffset, bool IsVectorPromotable, bool IsIntegerPromotable, SmallPtrSetImpl<PHINode *> &PHIUsers, SmallPtrSetImpl<SelectInst *> &SelectUsers) argument

Completed in 89 milliseconds