Searched defs:PatternSortingPredicate (Results 1 – 1 of 1) sorted by relevance
78 struct PatternSortingPredicate { struct79 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate() function80 CodeGenDAGPatterns &CGP;82 bool operator()(const PatternToMatch *LHS, const PatternToMatch *RHS) { in operator ()()