Searched refs:getReorderingData (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 1978 getReorderingData(const TreeEntry &TE, bool TopToBottom, bool IgnoreReorder); 6605 BoUpSLP::getReorderingData(const TreeEntry &TE, bool TopToBottom, in getReorderingData() function in BoUpSLP 7167 getReorderingData(*TE, /*TopToBottom=*/true, IgnoreReorder)) { in reorderTopToBottom() 7475 getReorderingData(*TE, /*TopToBottom=*/false, IgnoreReorder)) { in reorderBottomToTop() 7538 getReorderingData(OpTE, /*TopToBottom=*/false, IgnoreReorder); in reorderBottomToTop() 7592 return getReorderingData(*OpTE, /*TopToBottom=*/false, in reorderBottomToTop() 7716 return !getReorderingData(*TE, /*TopToBottom=*/false, in reorderBottomToTop()
|