|
LLVM
4.0.0
|
#include <DominanceFrontierImpl.h>
Public Types | |
| typedef DomTreeNodeBase< BlockT > | DomTreeNodeT |
Public Member Functions | |
| DFCalculateWorkObject (BlockT *B, BlockT *P, const DomTreeNodeT *N, const DomTreeNodeT *PN) | |
Public Attributes | |
| BlockT * | currentBB |
| BlockT * | parentBB |
| const DomTreeNodeT * | Node |
| const DomTreeNodeT * | parentNode |
Definition at line 29 of file DominanceFrontierImpl.h.
| typedef DomTreeNodeBase<BlockT> llvm::DFCalculateWorkObject< BlockT >::DomTreeNodeT |
Definition at line 31 of file DominanceFrontierImpl.h.
|
inline |
Definition at line 33 of file DominanceFrontierImpl.h.
| BlockT* llvm::DFCalculateWorkObject< BlockT >::currentBB |
Definition at line 36 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BlockT >::calculate().
| const DomTreeNodeT* llvm::DFCalculateWorkObject< BlockT >::Node |
Definition at line 38 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BlockT >::calculate().
| BlockT* llvm::DFCalculateWorkObject< BlockT >::parentBB |
Definition at line 37 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BlockT >::calculate().
| const DomTreeNodeT* llvm::DFCalculateWorkObject< BlockT >::parentNode |
Definition at line 39 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BlockT >::calculate().
1.8.6