Home
last modified time | relevance | path

Searched refs:getDefOrUser (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp175 const Instruction *getDefOrUser(const ValueDFS &VD) const { in getDefOrUser() function
190 const Instruction *AInst = getDefOrUser(A); in localComesBefore()
191 const Instruction *BInst = getDefOrUser(B); in localComesBefore()