forked from OSchip/llvm-project
[LV] Remove more unused functions. NFC
LoopVectorizationLegality::strides_begin/end are also unused. llvm-svn: 272781
This commit is contained in:
parent
b1973be8e2
commit
927b54e48a
|
@ -1375,10 +1375,6 @@ public:
|
|||
unsigned getMaxSafeDepDistBytes() { return LAI->getMaxSafeDepDistBytes(); }
|
||||
|
||||
bool hasStride(Value *V) { return StrideSet.count(V); }
|
||||
SmallPtrSet<Value *, 8>::iterator strides_begin() {
|
||||
return StrideSet.begin();
|
||||
}
|
||||
SmallPtrSet<Value *, 8>::iterator strides_end() { return StrideSet.end(); }
|
||||
|
||||
/// Returns true if the target machine supports masked store operation
|
||||
/// for the given \p DataType and kind of access to \p Ptr.
|
||||
|
|
Loading…
Reference in New Issue