Home
last modified time | relevance | path

Searched refs:ProfitableGatherPointers (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6198 bool ProfitableGatherPointers) { in canVectorizeLoads() argument
6239 (ProfitableGatherPointers ? 0 : VectorGEPCost); in canVectorizeLoads()
6310 (LS == LoadsState::ScatterVectorize && ProfitableGatherPointers) in canVectorizeLoads()
6394 bool ProfitableGatherPointers = in canVectorizeLoads() local
6398 if (ProfitableGatherPointers || all_of(PointerOps, [](Value *P) { in canVectorizeLoads()
6410 ProfitableGatherPointers)) in canVectorizeLoads()