Searched refs:NoUsePredicateMatcher (Results 1 – 2 of 2) sorted by relevance
1674 class NoUsePredicateMatcher : public InstructionPredicateMatcher {1676 NoUsePredicateMatcher(unsigned InsnVarID) in NoUsePredicateMatcher() function
782 InsnMatcher.addPredicate<NoUsePredicateMatcher>(); in createAndImportSelDAGMatcher()2031 if ((FoundNoUsePred = isa<NoUsePredicateMatcher>(Pred.get()))) in runOnPattern()