LLVM
8.0.1
|
#include "llvm/Analysis/DominanceFrontierImpl.h"
Public Types | |
using | DomTreeNodeT = DomTreeNodeBase< BlockT > |
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 36 of file DominanceFrontierImpl.h.
using llvm::DFCalculateWorkObject< BlockT >::DomTreeNodeT = DomTreeNodeBase<BlockT> |
Definition at line 38 of file DominanceFrontierImpl.h.
|
inline |
Definition at line 40 of file DominanceFrontierImpl.h.
BlockT* llvm::DFCalculateWorkObject< BlockT >::currentBB |
Definition at line 44 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BasicBlock >::calculate().
const DomTreeNodeT* llvm::DFCalculateWorkObject< BlockT >::Node |
Definition at line 46 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BasicBlock >::calculate(), llvm::DominanceFrontierBase< BasicBlock, false >::compare(), and llvm::DominanceFrontierBase< BasicBlock, false >::compareDomSet().
BlockT* llvm::DFCalculateWorkObject< BlockT >::parentBB |
Definition at line 45 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BasicBlock >::calculate().
const DomTreeNodeT* llvm::DFCalculateWorkObject< BlockT >::parentNode |
Definition at line 47 of file DominanceFrontierImpl.h.
Referenced by llvm::ForwardDominanceFrontierBase< BasicBlock >::calculate().