Searched refs:dfsBefore (Results 1 – 3 of 3) sorted by relevance
54 bool dfsBefore(const Instruction *, const Instruction *) const;
41 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore() function in OrderedInstructions
123 return OI.dfsBefore(cast<Instruction>(A), cast<Instruction>(B)); in valueComesBefore()