Searched defs:MaxChildDepth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1624 size_t MaxChildDepth = QTop.second; local
1638 MaxChildDepth = std::max(MaxChildDepth, C->second);
1645 DAG.insert(ValuePairWithDepth(QTop.first, MaxChildDepth));

Completed in 84 milliseconds