Searched refs:PatternSortingPredicate (Results 1 – 1 of 1) sorted by relevance
83 struct PatternSortingPredicate { struct84 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate() function173 llvm::stable_sort(Patterns, PatternSortingPredicate(CGP)); in run()