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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp368 /// used by a reduction of \p RdxOps.
369 void buildTree(ArrayRef<Value *> Roots, ValueSet *RdxOps = 0);
373 RdxOps = 0;
530 ValueSet *RdxOps; member in class:__anon2724::BoUpSLP
546 RdxOps = Rdx;
713 if (RdxOps && RdxOps->count(User))
1642 (RdxOps && RdxOps->count(*User))) &&

Completed in 44 milliseconds