| genmatch.cc | 2 GENERIC and GIMPLE folding code from match-and-simplify description. 229 "const char *file2, int line2, bool simplify);\n", 240 "const char *file2, int line2, bool simplify)\n{\n", 258 fprintf_indent (f, 10, "simplify ? \"Applying pattern\" : " 535 class simplify; 544 vec<simplify *> matchers; 1008 represent both (simplify ...) and (match ...) kinds. The AST 1010 simplify can exist in isolation. */ 1012 class simplify class 1015 enum simplify_kind { SIMPLIFY, MATCH } 1017 simplify (simplify_kind kind_, unsigned id_, operand *match_, function in class:simplify [all...] |