Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DOrderedInstructions.h53 bool dfsBefore(const Instruction *, const Instruction *) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedInstructions.cpp40 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore() function in OrderedInstructions
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp122 return OI.dfsBefore(cast<Instruction>(A), cast<Instruction>(B)); in valueComesBefore()