Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp113 struct ValueDFS_Compare { struct
114 DominatorTree &DT;
115 ValueDFS_Compare(DominatorTree &DT) : DT(DT) {} in ValueDFS_Compare() argument
117 bool operator()(const ValueDFS &A, const ValueDFS &B) const { in operator ()()
145 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge()
155 bool comparePHIRelated(const ValueDFS &A, const ValueDFS &B) const { in comparePHIRelated()
188 Value *getMiddleDef(const ValueDFS &VD) const { in getMiddleDef()
209 const Instruction *getDefOrUser(const Value *Def, const Use *U) const { in getDefOrUser()
217 bool localComesBefore(const ValueDFS &A, const ValueDFS &B) const { in localComesBefore()