Lines Matching defs:buildTree
1406 void buildTree(ArrayRef<Value *> Roots,
1410 void buildTree(ArrayRef<Value *> Roots);
1476 /// Clear the internal data structures that are created by 'buildTree'.
3051 /// This is the recursive part of buildTree.
4170 // reordered during buildTree(). We therefore need to get its operands
6787 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
6796 void BoUpSLP::buildTree(ArrayRef<Value *> Roots) {
17683 // handle the interesting cases from buildTree here. If an operand is an
18614 R.buildTree(Chain);
19214 R.buildTree(Ops);
20137 V.buildTree(VL, IgnoreList);