| H A D | LoadStoreVectorizer.cpp | 111 class Vectorizer { class 122 Vectorizer(Function &F, AliasAnalysis &AA, AssumptionCache &AC, in Vectorizer() function in __anonf61fe9090111::Vectorizer 253 Vectorizer V(F, AA, AC, DT, SE, TTI); in runOnFunction() 268 Vectorizer V(F, AA, AC, DT, SE, TTI); in run() 283 bool Vectorizer::run() { in run() 297 unsigned Vectorizer::getPointerAddressSpace(Value *I) { in getPointerAddressSpace() 306 bool Vectorizer::isConsecutiveAccess(Value *A, Value *B) { in isConsecutiveAccess() 332 bool Vectorizer::areConsecutivePointers(Value *PtrA, Value *PtrB, in areConsecutivePointers() 464 bool Vectorizer::lookThroughComplexAddresses(Value *PtrA, Value *PtrB, in lookThroughComplexAddresses() 567 bool Vectorizer::lookThroughSelects(Value *PtrA, Value *PtrB, in lookThroughSelects() [all …]
|