Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp192 bool vectorizeInstructions(ArrayRef<Instruction *> Instrs);
848 Changed |= vectorizeInstructions(Chunk); in vectorizeChains()
855 bool Vectorizer::vectorizeInstructions(ArrayRef<Instruction *> Instrs) { in vectorizeInstructions() function in Vectorizer