Searched defs:ValueDFS (Results 1 – 3 of 3) sorted by relevance
99 struct ValueDFS { struct100 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;
236 using ValueDFS = PredicateInfoClasses::ValueDFS; variable
3499 struct NewGVN::ValueDFS { struct in NewGVN3500 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 <()