Searched defs:SortedIndices (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1625 sortPtrAccesses(ArrayRef<Value * > VL,Type * ElemTy,const DataLayout & DL,ScalarEvolution & SE,SmallVectorImpl<unsigned> & SortedIndices) sortPtrAccesses() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4400 calculateRtStride(ArrayRef<Value * > PointerOps,Type * ElemTy,const DataLayout & DL,ScalarEvolution & SE,SmallVectorImpl<unsigned> & SortedIndices,Instruction * Inst=nullptr) calculateRtStride() argument 4759 clusterSortPtrAccesses(ArrayRef<Value * > VL,Type * ElemTy,const DataLayout & DL,ScalarEvolution & SE,SmallVectorImpl<unsigned> & SortedIndices) clusterSortPtrAccesses() argument 6842 SmallVector<unsigned> SortedIndices; buildTree_rec() local [all...] |