PandA-2024.02
|
Public Member Functions | |
std::string | ToString () |
Data Fields | |
unsigned int | DFSIn = 0 |
unsigned int | DFSOut = 0 |
unsigned int | LocalNum = LN_Middle |
tree_nodeRef | Def = nullptr |
OperandRef | U = nullptr |
PredicateBase * | PInfo = nullptr |
bool | EdgeOnly = false |
|
inline |
Definition at line 539 of file eSSA.cpp.
References PredicateBase::OriginalOp, and tree_node::ToString().
tree_nodeRef ValueDFS::Def = nullptr |
Definition at line 533 of file eSSA.cpp.
Referenced by ValueDFS_Compare::comparePHIRelated(), ValueDFS_Compare::getBlockEdge_local(), ValueDFS_Compare::getMiddleDef(), materializeStack(), ValueDFS_Compare::operator()(), and eSSA::renameUses().
unsigned int ValueDFS::DFSIn = 0 |
Definition at line 529 of file eSSA.cpp.
Referenced by convertUsesToDFSOrdered(), ValueDFS_Compare::operator()(), eSSA::renameUses(), and stackIsInScope().
unsigned int ValueDFS::DFSOut = 0 |
Definition at line 530 of file eSSA.cpp.
Referenced by convertUsesToDFSOrdered(), ValueDFS_Compare::operator()(), eSSA::renameUses(), and stackIsInScope().
Definition at line 537 of file eSSA.cpp.
Referenced by eSSA::renameUses().
unsigned int ValueDFS::LocalNum = LN_Middle |
Definition at line 531 of file eSSA.cpp.
Referenced by convertUsesToDFSOrdered(), ValueDFS_Compare::operator()(), and eSSA::renameUses().
PredicateBase* ValueDFS::PInfo = nullptr |
Definition at line 536 of file eSSA.cpp.
Referenced by ValueDFS_Compare::getBlockEdge_local(), materializeStack(), and eSSA::renameUses().
OperandRef ValueDFS::U = nullptr |
Definition at line 534 of file eSSA.cpp.
Referenced by ValueDFS_Compare::comparePHIRelated(), convertUsesToDFSOrdered(), ValueDFS_Compare::getBlockEdge_local(), ValueDFS_Compare::localComesBefore(), ValueDFS_Compare::operator()(), and stackIsInScope().