H A D | LoadStoreVectorizer.cpp | 112 class Vectorizer { class 123 Vectorizer(Function &F, AliasAnalysis &AA, AssumptionCache &AC, in Vectorizer() function in __anon49023e3d0111::Vectorizer 251 Vectorizer V(F, AA, AC, DT, SE, TTI); in runOnFunction() 266 Vectorizer V(F, AA, AC, DT, SE, TTI); in run() 281 bool Vectorizer::run() { in run() 295 unsigned Vectorizer::getPointerAddressSpace(Value *I) { in getPointerAddressSpace() 304 bool Vectorizer::isConsecutiveAccess(Value *A, Value *B) { in isConsecutiveAccess() 330 bool Vectorizer::areConsecutivePointers(Value *PtrA, Value *PtrB, in areConsecutivePointers() 387 bool Vectorizer::lookThroughComplexAddresses(Value *PtrA, Value *PtrB, in lookThroughComplexAddresses() 533 bool Vectorizer::lookThroughSelects(Value *PtrA, Value *PtrB, in lookThroughSelects() [all …]
|