Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DOrderedInstructions.h54 bool dfsBefore(const Instruction *, const Instruction *) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DOrderedInstructions.cpp41 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore() function in OrderedInstructions
DPredicateInfo.cpp123 return OI.dfsBefore(cast<Instruction>(A), cast<Instruction>(B)); in valueComesBefore()