Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8336 bool AllowToVectorize = false; in tryToVectorizeGatheredLoads() local
8373 AllowToVectorize = CheckIfAllowed(Slice); in tryToVectorizeGatheredLoads()
8375 AllowToVectorize = in tryToVectorizeGatheredLoads()
8388 if (AllowToVectorize) { in tryToVectorizeGatheredLoads()
8424 if (!AllowToVectorize || BestVF == 0) in tryToVectorizeGatheredLoads()