Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp527 inline size_t getDepthFactor(Value *V) { in getDepthFactor() function
1618 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first))); in buildInitialDAGFor()
1634 size_t d = getDepthFactor(k->first); in buildInitialDAGFor()
1666 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first))); in pruneDAGFor()
1819 size_t DepthF = getDepthFactor(C->first.first); in pruneDAGFor()
1925 if (getDepthFactor(S->first)) { in findBestDAGFor()
2189 EffSize += (int) getDepthFactor(S->first); in findBestDAGFor()
3028 if (getDepthFactor(P->first) == 0) { in fuseChosenPairs()