Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1120 struct TreeEntry;
1260 std::optional<OrdersType> findReusedOrderedScalars(const TreeEntry &TE);
1263 std::optional<OrdersType> findPartiallyOrderedLoads(const TreeEntry &TE);
1272 std::optional<OrdersType> getReorderingData(const TreeEntry &TE,
1374 EdgeInfo(TreeEntry *UserTE, unsigned EdgeIdx) in EdgeInfo()
1377 TreeEntry *UserTE = nullptr;
1491 if (const TreeEntry *TE1 = R.getTreeEntry(V1); in getShallowScore()
2519 SmallVector<const TreeEntry *> Entries; in removeInstructionsAndOperands()
2520 if (const TreeEntry *Entry = getTreeEntry(I)) { in removeInstructionsAndOperands()
2530 (Entries.empty() || none_of(Entries, [&](const TreeEntry *Entry) { in removeInstructionsAndOperands()
[all …]