|
LLVM
4.0.0
|
#include <InstrTypes.h>
Public Types | |
| typedef super::pointer | pointer |
| typedef super::reference | reference |
Public Member Functions | |
| SuccIterator (Term T) | |
| SuccIterator (Term T, bool) | |
| unsigned | getSuccessorIndex () const |
| This is used to interface between code that wants to operate on terminator instructions directly. More... | |
| bool | operator== (const Self &x) const |
| bool | operator!= (const Self &x) const |
| reference | operator* () const |
| pointer | operator-> () const |
| Self & | operator++ () |
| Self | operator++ (int) |
| Self & | operator-- () |
| Self | operator-- (int) |
| bool | operator< (const Self &x) const |
| bool | operator<= (const Self &x) const |
| bool | operator>= (const Self &x) const |
| bool | operator> (const Self &x) const |
| Self & | operator+= (int Right) |
| Self | operator+ (int Right) const |
| Self & | operator-= (int Right) |
| Self | operator- (int Right) const |
| int | operator- (const Self &x) const |
| SuccessorProxy | operator[] (int offset) |
| BB * | getSource () |
| Get the source BB of this iterator. More... | |
Definition at line 115 of file InstrTypes.h.
| typedef super::pointer llvm::TerminatorInst::SuccIterator< Term, BB >::pointer |
Definition at line 121 of file InstrTypes.h.
| typedef super::reference llvm::TerminatorInst::SuccIterator< Term, BB >::reference |
Definition at line 122 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 157 of file InstrTypes.h.
|
inline |
Definition at line 159 of file InstrTypes.h.
|
inline |
Get the source BB of this iterator.
Definition at line 257 of file InstrTypes.h.
References assert().
|
inline |
This is used to interface between code that wants to operate on terminator instructions directly.
Definition at line 174 of file InstrTypes.h.
Referenced by llvm::DOTGraphTraits< const Function * >::getEdgeAttributes(), llvm::BranchProbabilityInfo::getEdgeProbability(), llvm::DOTGraphTraits< const Function * >::getEdgeSourceLabel(), and llvm::SplitCriticalEdge().
|
inline |
Definition at line 177 of file InstrTypes.h.
References llvm::TerminatorInst::SuccIterator< Term, BB >::operator==().
|
inline |
Definition at line 179 of file InstrTypes.h.
Referenced by llvm::TerminatorInst::SuccIterator< Term, BB >::operator->().
|
inline |
Definition at line 233 of file InstrTypes.h.
References llvm::Right.
Referenced by llvm::TerminatorInst::SuccIterator< Term, BB >::operator-().
|
inline |
Definition at line 182 of file InstrTypes.h.
|
inline |
Definition at line 187 of file InstrTypes.h.
|
inline |
Definition at line 226 of file InstrTypes.h.
References assert(), and llvm::Right.
Referenced by llvm::TerminatorInst::SuccIterator< Term, BB >::operator-=().
|
inline |
Definition at line 241 of file InstrTypes.h.
References llvm::TerminatorInst::SuccIterator< Term, BB >::operator+().
|
inline |
Definition at line 243 of file InstrTypes.h.
References assert().
|
inline |
Definition at line 193 of file InstrTypes.h.
|
inline |
Definition at line 197 of file InstrTypes.h.
|
inline |
Definition at line 239 of file InstrTypes.h.
References llvm::TerminatorInst::SuccIterator< Term, BB >::operator+=().
|
inline |
Definition at line 180 of file InstrTypes.h.
References llvm::TerminatorInst::SuccIterator< Term, BB >::operator*().
|
inline |
Definition at line 203 of file InstrTypes.h.
References assert().
|
inline |
Definition at line 209 of file InstrTypes.h.
References assert().
|
inline |
Definition at line 176 of file InstrTypes.h.
Referenced by llvm::TerminatorInst::SuccIterator< Term, BB >::operator!=().
|
inline |
Definition at line 220 of file InstrTypes.h.
References assert().
|
inline |
Definition at line 214 of file InstrTypes.h.
References assert().
|
inline |
Definition at line 250 of file InstrTypes.h.
1.8.6