Searched refs:dfsBefore (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOrderedInstructions.h53 bool dfsBefore(const Instruction *, const Instruction *) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOrderedInstructions.cpp40 bool OrderedInstructions::dfsBefore(const Instruction *InstA, function in class:OrderedInstructions
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp122 return OI.dfsBefore(cast<Instruction>(A), cast<Instruction>(B));

Completed in 162 milliseconds