LLVM 22.0.0git
|
#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 34 of file DominanceFrontierImpl.h.
using llvm::DFCalculateWorkObject< BlockT >::DomTreeNodeT = DomTreeNodeBase<BlockT> |
Definition at line 36 of file DominanceFrontierImpl.h.
|
inline |
Definition at line 38 of file DominanceFrontierImpl.h.
References B(), currentBB, N, Node, P, parentBB, and parentNode.
BlockT* llvm::DFCalculateWorkObject< BlockT >::currentBB |
Definition at line 42 of file DominanceFrontierImpl.h.
Referenced by DFCalculateWorkObject().
const DomTreeNodeT* llvm::DFCalculateWorkObject< BlockT >::Node |
Definition at line 44 of file DominanceFrontierImpl.h.
Referenced by DFCalculateWorkObject().
BlockT* llvm::DFCalculateWorkObject< BlockT >::parentBB |
Definition at line 43 of file DominanceFrontierImpl.h.
Referenced by DFCalculateWorkObject().
const DomTreeNodeT* llvm::DFCalculateWorkObject< BlockT >::parentNode |
Definition at line 45 of file DominanceFrontierImpl.h.
Referenced by DFCalculateWorkObject().