Searched defs:PatternSortingPredicate (Results 1 – 1 of 1) sorted by relevance
79 struct PatternSortingPredicate { struct80 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate() function81 CodeGenDAGPatterns &CGP;83 bool operator()(const PatternToMatch *LHS, const PatternToMatch *RHS) { in operator ()()