Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:buildTree

368   void buildTree(ArrayRef<Value *> Roots,
371 /// Clear the internal data structures that are created by 'buildTree'.
402 /// This is the recursive part of buildTree.
896 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
3216 R.buildTree(Operands);
3382 R.buildTree(Ops, BuildVectorSlice);
3389 R.buildTree(ReorderedOps, None);
3652 V.buildTree(makeArrayRef(&ReducedVals[i], ReduxWidth), ReductionOps);