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

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

Completed in 57 milliseconds