Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp126 struct ValueDFS_Compare { struct
127 DominatorTree &DT;
128 ValueDFS_Compare(DominatorTree &DT) : DT(DT) {} in ValueDFS_Compare() argument
130 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()