Searched defs:ValueDFS_Compare (Results 1 – 1 of 1) sorted by relevance
126 struct ValueDFS_Compare { struct127 DominatorTree &DT;128 ValueDFS_Compare(DominatorTree &DT) : DT(DT) {} in ValueDFS_Compare() argument130 bool operator()(const ValueDFS &A, const ValueDFS &B) const { in operator ()()158 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge()168 bool comparePHIRelated(const ValueDFS &A, const ValueDFS &B) const { in comparePHIRelated()201 Value *getMiddleDef(const ValueDFS &VD) const { in getMiddleDef()222 const Instruction *getDefOrUser(const Value *Def, const Use *U) const { in getDefOrUser()230 bool localComesBefore(const ValueDFS &A, const ValueDFS &B) const { in localComesBefore()