Home
last modified time | relevance | path

Searched refs:buildTree (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp645 void buildTree(ArrayRef<Value *> Roots,
652 void buildTree(ArrayRef<Value *> Roots,
2597 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
2600 buildTree(Roots, ExternallyUsedValues, UserIgnoreLst); in buildTree()
2603 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
6886 R.buildTree(Chain); in vectorizeStoreChain()
6894 R.buildTree(ReorderedOps); in vectorizeStoreChain()
7185 R.buildTree(Ops); in tryToVectorizeList()
7193 R.buildTree(ReorderedOps); in tryToVectorizeList()
7841 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce()
[all …]