Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1938 unsigned NumDepsDirect = 0, NumDepsSwap = 0; in findBestDAGFor() local
1949 ++NumDepsDirect; in findBestDAGFor()
1958 ((NumDepsSwap > NumDepsDirect) || in findBestDAGFor()
3074 unsigned NumDepsDirect = 0, NumDepsSwap = 0; in fuseChosenPairs() local
3083 ++NumDepsDirect; in fuseChosenPairs()
3089 std::swap(NumDepsDirect, NumDepsSwap); in fuseChosenPairs()
3091 if (NumDepsSwap > NumDepsDirect) { in fuseChosenPairs()