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