Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1920 unsigned NumDepsDirect = 0, NumDepsSwap = 0; in findBestDAGFor() local
1931 ++NumDepsDirect; in findBestDAGFor()
1940 ((NumDepsSwap > NumDepsDirect) || in findBestDAGFor()
3056 unsigned NumDepsDirect = 0, NumDepsSwap = 0; in fuseChosenPairs() local
3065 ++NumDepsDirect; in fuseChosenPairs()
3071 std::swap(NumDepsDirect, NumDepsSwap); in fuseChosenPairs()
3073 if (NumDepsSwap > NumDepsDirect) { in fuseChosenPairs()