Searched defs:buildTree (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp248 void buildTree(ArrayRef<Value *> Roots);
250 /// Clear the internal data structures that are created by 'buildTree'.
270 /// This is the recursive part of buildTree.
412 void BoUpSLP::buildTree(ArrayRef<Value *> Roots) { function in class:__anon22665::BoUpSLP
1685 R.buildTree(Operands);
1813 R.buildTree(VL);

Completed in 84 milliseconds