Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1964 bool IgnoreReorder);
1978 getReorderingData(const TreeEntry &TE, bool TopToBottom, bool IgnoreReorder);
2000 void reorderBottomToTop(bool IgnoreReorder = false);
5365 bool TopToBottom, bool IgnoreReorder) { in findReusedOrderedScalars() argument
5401 if (!IgnoreReorder && Entries.front().front()->Idx == 0) in findReusedOrderedScalars()
6606 bool IgnoreReorder) { in getReorderingData() argument
6626 findReusedOrderedScalars(TE, TopToBottom, IgnoreReorder)) { in getReorderingData()
6746 if (!TopToBottom && IgnoreReorder && TE.State == TreeEntry::Vectorize && in getReorderingData()
6956 findReusedOrderedScalars(TE, TopToBottom, IgnoreReorder)) in getReorderingData()
7162 bool IgnoreReorder = in reorderTopToBottom() local
[all …]