Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp120 struct ValueDFS_Compare { struct
121 DominatorTree &DT;
122 ValueDFS_Compare(DominatorTree &DT) : DT(DT) {} in ValueDFS_Compare() function
124 bool operator()(const ValueDFS &A, const ValueDFS &B) const { in operator ()()
152 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge()
162 bool comparePHIRelated(const ValueDFS &A, const ValueDFS &B) const { in comparePHIRelated()
195 Value *getMiddleDef(const ValueDFS &VD) const { in getMiddleDef()
216 const Instruction *getDefOrUser(const Value *Def, const Use *U) const { in getDefOrUser()
224 bool localComesBefore(const ValueDFS &A, const ValueDFS &B) const { in localComesBefore()