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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp520 inline size_t getDepthFactor(Value *V) { function in struct:__anon25529::BBVectorize
1590 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first)));
1606 size_t d = getDepthFactor(k->first);
1638 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first)));
1791 size_t DepthF = getDepthFactor(C->first.first);
1897 if (getDepthFactor(S->first)) {
2161 EffSize += (int) getDepthFactor(S->first);
3032 if (getDepthFactor(P->first) == 0) {

Completed in 58 milliseconds