HomeSort by: relevance | last modified time | path
    Searched defs:SIMPLIFY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 2 GENERIC and GIMPLE folding code from match-and-simplify description.
413 class simplify;
422 vec<simplify *> matchers;
858 represent both (simplify ...) and (match ...) kinds. The AST
860 simplify can exist in isolation. */
862 class simplify class
865 enum simplify_kind { SIMPLIFY, MATCH };
867 simplify (simplify_kind kind_, unsigned id_, operand *match_, function in class:simplify
880 /* For a (simplify ...) an expression with ifs and withs with the expression
937 print_matches (class simplify *s, FILE *f = stderr
    [all...]

Completed in 27 milliseconds