Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp177 bool vectorizeInstructions(ArrayRef<Instruction *> Instrs);
945 Changed |= vectorizeInstructions(Chunk); in vectorizeChains()
952 bool Vectorizer::vectorizeInstructions(ArrayRef<Instruction *> Instrs) { in vectorizeInstructions() function in Vectorizer