|
LLVM
8.0.1
|

Public Attributes | |
| int | DFSIn = 0 |
| int | DFSOut = 0 |
| unsigned int | LocalNum = LN_Middle |
| Value * | Def = nullptr |
| Use * | U = nullptr |
| PredicateBase * | PInfo = nullptr |
| bool | EdgeOnly = false |
Definition at line 99 of file PredicateInfo.cpp.
| Value* llvm::PredicateInfoClasses::ValueDFS::Def = nullptr |
Definition at line 104 of file PredicateInfo.cpp.
Referenced by llvm::PredicateInfoClasses::ValueDFS_Compare::comparePHIRelated(), llvm::PredicateInfoClasses::ValueDFS_Compare::getBlockEdge(), llvm::PredicateInfoClasses::ValueDFS_Compare::getMiddleDef(), and llvm::PredicateInfoClasses::ValueDFS_Compare::operator()().
| int llvm::PredicateInfoClasses::ValueDFS::DFSIn = 0 |
Definition at line 100 of file PredicateInfo.cpp.
Referenced by llvm::PredicateInfoClasses::ValueDFS_Compare::localComesBefore(), and llvm::PredicateInfoClasses::ValueDFS_Compare::operator()().
| int llvm::PredicateInfoClasses::ValueDFS::DFSOut = 0 |
Definition at line 101 of file PredicateInfo.cpp.
Referenced by llvm::PredicateInfoClasses::ValueDFS_Compare::localComesBefore(), and llvm::PredicateInfoClasses::ValueDFS_Compare::operator()().
Definition at line 108 of file PredicateInfo.cpp.
Definition at line 102 of file PredicateInfo.cpp.
Referenced by llvm::PredicateInfoClasses::ValueDFS_Compare::localComesBefore(), and llvm::PredicateInfoClasses::ValueDFS_Compare::operator()().
| PredicateBase* llvm::PredicateInfoClasses::ValueDFS::PInfo = nullptr |
Definition at line 107 of file PredicateInfo.cpp.
Referenced by llvm::PredicateInfoClasses::ValueDFS_Compare::getBlockEdge(), and llvm::PredicateInfoClasses::ValueDFS_Compare::getMiddleDef().
| Use* llvm::PredicateInfoClasses::ValueDFS::U = nullptr |
Definition at line 105 of file PredicateInfo.cpp.
Referenced by llvm::PredicateInfoClasses::ValueDFS_Compare::comparePHIRelated(), llvm::PredicateInfoClasses::ValueDFS_Compare::getBlockEdge(), llvm::PredicateInfoClasses::ValueDFS_Compare::getMiddleDef(), llvm::PredicateInfoClasses::ValueDFS_Compare::localComesBefore(), and llvm::PredicateInfoClasses::ValueDFS_Compare::operator()().
1.8.13