Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2350 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
2356 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs7180 const buildTree = function buildTree(tree, expression, settings) { function