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