PandA-2024.02
Public Member Functions | Static Public Member Functions | Data Fields
PredicateWithEdge Class Reference
Inheritance diagram for PredicateWithEdge:
Inheritance graph
[legend]
Collaboration diagram for PredicateWithEdge:
Collaboration graph
[legend]

Public Member Functions

 PredicateWithEdge ()=delete
 
 PredicateWithEdge (kind PType, tree_nodeConstRef Op, unsigned int _From, unsigned int _To)
 
- Public Member Functions inherited from PredicateBase
 PredicateBase (const PredicateBase &)=delete
 
PredicateBaseoperator= (const PredicateBase &)=delete
 
 PredicateBase ()=delete
 
virtual ~PredicateBase ()=default
 

Static Public Member Functions

static bool classof (const PredicateBase *PB)
 

Data Fields

unsigned int From
 
unsigned int To
 
- Data Fields inherited from PredicateBase
kind Type
 
tree_nodeConstRef OriginalOp
 

Additional Inherited Members

- Protected Member Functions inherited from PredicateBase
 PredicateBase (kind PT, tree_nodeConstRef Op)
 

Detailed Description

Definition at line 159 of file eSSA.cpp.

Constructor & Destructor Documentation

◆ PredicateWithEdge() [1/2]

PredicateWithEdge::PredicateWithEdge ( )
delete

◆ PredicateWithEdge() [2/2]

PredicateWithEdge::PredicateWithEdge ( kind  PType,
tree_nodeConstRef  Op,
unsigned int  _From,
unsigned int  _To 
)
inline

Definition at line 170 of file eSSA.cpp.

References THROW_ASSERT.

Member Function Documentation

◆ classof()

static bool PredicateWithEdge::classof ( const PredicateBase PB)
inlinestatic

Definition at line 165 of file eSSA.cpp.

References PredicateBase::Type.

Referenced by getBlockEdge(), getBranchBlock(), materializeStack(), and eSSA::renameUses().

Here is the caller graph for this function:

Field Documentation

◆ From

unsigned int PredicateWithEdge::From

Definition at line 162 of file eSSA.cpp.

◆ To

unsigned int PredicateWithEdge::To

Definition at line 163 of file eSSA.cpp.


The documentation for this class was generated from the following file:

Generated on Mon Feb 12 2024 13:04:01 for PandA-2024.02 by doxygen 1.8.13