Searched refs:PatternSortingPredicate (Results 1 – 1 of 1) sorted by relevance
84 struct PatternSortingPredicate { struct85 PatternSortingPredicate(const CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate() function175 llvm::stable_sort(Patterns, PatternSortingPredicate(CGP)); in run()