Searched refs:PointerOps (Results 1 – 1 of 1) sorted by relevance
2670 SmallVector<Value *, 4> PointerOps(VL.size()); in buildTree_rec() local2671 auto POIter = PointerOps.begin(); in buildTree_rec()2687 if (llvm::sortPtrAccesses(PointerOps, *DL, *SE, CurrentOrder)) { in buildTree_rec()2691 Ptr0 = PointerOps.front(); in buildTree_rec()2692 PtrN = PointerOps.back(); in buildTree_rec()2694 Ptr0 = PointerOps[CurrentOrder.front()]; in buildTree_rec()2695 PtrN = PointerOps[CurrentOrder.back()]; in buildTree_rec()2928 SmallVector<Value *, 4> PointerOps(VL.size()); in buildTree_rec() local2930 auto POIter = PointerOps.begin(); in buildTree_rec()2949 if (llvm::sortPtrAccesses(PointerOps, *DL, *SE, CurrentOrder)) { in buildTree_rec()[all …]