|
LLVM 22.0.0git
|
Classes | |
| struct | ChildIteratorType |
| Add the VectorizableTree to the index iterator to be able to return TreeEntry pointers. More... | |
| class | nodes_iterator |
| For the node iterator we just need to turn the TreeEntry iterator into a TreeEntry* iterator so that it dereferences to NodeRef. More... | |
Public Types | |
| using | TreeEntry = BoUpSLP::TreeEntry |
| using | NodeRef = TreeEntry * |
| NodeRef has to be a pointer per the GraphWriter. | |
| using | ContainerTy = BoUpSLP::TreeEntry::VecTreeTy |
Static Public Member Functions | |
| static NodeRef | getEntryNode (BoUpSLP &R) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static nodes_iterator | nodes_begin (BoUpSLP *R) |
| static nodes_iterator | nodes_end (BoUpSLP *R) |
| static unsigned | size (BoUpSLP *R) |
Definition at line 6110 of file SLPVectorizer.cpp.
| using llvm::GraphTraits< BoUpSLP * >::ContainerTy = BoUpSLP::TreeEntry::VecTreeTy |
Definition at line 6116 of file SLPVectorizer.cpp.
| using llvm::GraphTraits< BoUpSLP * >::NodeRef = TreeEntry * |
NodeRef has to be a pointer per the GraphWriter.
Definition at line 6114 of file SLPVectorizer.cpp.
| using llvm::GraphTraits< BoUpSLP * >::TreeEntry = BoUpSLP::TreeEntry |
Definition at line 6111 of file SLPVectorizer.cpp.
|
inlinestatic |
Definition at line 6136 of file SLPVectorizer.cpp.
References N.
|
inlinestatic |
Definition at line 6140 of file SLPVectorizer.cpp.
References N.
|
inlinestatic |
Definition at line 6132 of file SLPVectorizer.cpp.
|
inlinestatic |
Definition at line 6160 of file SLPVectorizer.cpp.
|
inlinestatic |
Definition at line 6164 of file SLPVectorizer.cpp.
|
inlinestatic |
Definition at line 6168 of file SLPVectorizer.cpp.