Searched refs:buildTree (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 528 void buildTree(ArrayRef<Value *> Roots, 535 void buildTree(ArrayRef<Value *> Roots, 1321 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP 1324 buildTree(Roots, ExternallyUsedValues, UserIgnoreLst); in buildTree() 1327 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP 4707 R.buildTree(Operands); in vectorizeStoreChain() 4937 R.buildTree(Ops); in tryToVectorizeList() 4948 R.buildTree(ReorderedOps, None); in tryToVectorizeList() 5765 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce() 5773 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce()
|