Home
last modified time | relevance | path

Searched defs:ValueDFS (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp93 struct ValueDFS { struct
94 int DFSIn = 0;
95 int DFSOut = 0;
96 unsigned int LocalNum = LN_Middle;
98 Value *Def = nullptr;
99 Use *U = nullptr;
101 PredicateBase *PInfo = nullptr;
102 bool EdgeOnly = false;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp99 struct ValueDFS { struct
100 int DFSIn = 0;
101 int DFSOut = 0;
102 unsigned int LocalNum = LN_Middle;
104 Value *Def = nullptr;
105 Use *U = nullptr;
107 PredicateBase *PInfo = nullptr;
108 bool EdgeOnly = false;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h236 using ValueDFS = PredicateInfoClasses::ValueDFS; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3499 struct NewGVN::ValueDFS { struct in NewGVN
3500 int DFSIn = 0;
3501 int DFSOut = 0;
3502 int LocalNum = 0;
3507 PointerIntPair<Value *, 1, bool> Def;
3508 Use *U = nullptr;
3510 bool operator<(const ValueDFS &Other) const { in operator <()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3511 struct NewGVN::ValueDFS { struct in NewGVN
3512 int DFSIn = 0;
3513 int DFSOut = 0;
3514 int LocalNum = 0;
3519 PointerIntPair<Value *, 1, bool> Def;
3520 Use *U = nullptr;
3522 bool operator<(const ValueDFS &Other) const { in operator <()