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.cpp96 struct ValueDFS_Compare { struct
97 DominatorTree &DT;
98 ValueDFS_Compare(DominatorTree &DT) : DT(DT) {} in ValueDFS_Compare() argument
100 bool operator()(const ValueDFS &A, const ValueDFS &B) const { in operator ()()
133 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge()
143 bool comparePHIRelated(const ValueDFS &A, const ValueDFS &B) const { in comparePHIRelated()
175 const Instruction *getDefOrUser(const ValueDFS &VD) const { in getDefOrUser()
189 bool localComesBefore(const ValueDFS &A, const ValueDFS &B) const { in localComesBefore()