Searched refs:tryToVectorize (Results 1 – 4 of 4) sorted by relevance
102 bool tryToVectorize(Instruction *I, slpvectorizer::BoUpSLP &R);
47 ; tryToVectorize() starts with this binary instruction.
8 ; in tryToVectorize() method which then can make several attempts to
10422 bool SLPVectorizerPass::tryToVectorize(Instruction *I, BoUpSLP &R) { in tryToVectorize() function in SLPVectorizerPass11794 return tryToVectorize(I, R); in vectorizeRootInstruction()11988 OpsChanged |= tryToVectorize(I, R); in vectorizeSimpleInstructions()