Searched refs:isInstVectorizable (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp272 bool isInstVectorizable(Instruction *I, bool &IsSimpleLoadStore);
823 bool BBVectorize::isInstVectorizable(Instruction *I, function in class:__anon2706::BBVectorize
1180 if (!isInstVectorizable(I, IsSimpleLoadStore)) continue;

Completed in 108 milliseconds