Searched refs:vectorizeInstructions (Results 1 – 1 of 1) sorted by relevance
177 bool vectorizeInstructions(ArrayRef<Instruction *> Instrs);913 Changed |= vectorizeInstructions(Chunk); in vectorizeChains()920 bool Vectorizer::vectorizeInstructions(ArrayRef<Instruction *> Instrs) { in vectorizeInstructions() function in Vectorizer