mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 12:50:42 +00:00
[LV] Remove more unused functions. NFC
LoopVectorizationLegality::strides_begin/end are also unused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89bc11c112
commit
77e7a065b2
@ -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…
x
Reference in New Issue
Block a user