diff options
Diffstat (limited to 'contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h')
| -rw-r--r-- | contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h b/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h index ad1a7cb748fe..d73a60eba850 100644 --- a/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h +++ b/contrib/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h @@ -274,6 +274,8 @@ public:    bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } +  bool expandMemCmp(Instruction *I, unsigned &MaxLoadSize) { return false; } +    bool enableInterleavedAccessVectorization() { return false; }    bool isFPVectorizationPotentiallyUnsafe() { return false; }  | 
