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

  /src/external/gpl3/gcc/dist/gcc/
basic-block.h 136 struct gimple_bb_info GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
genmatch.cc 2 GENERIC and GIMPLE folding code from match-and-simplify description.
226 write_header_declarations (bool gimple, FILE *f)
230 gimple ? "gimple" : "generic");
234 define_dump_logs (bool gimple, FILE *f)
241 gimple ? "gimple" : "generic");
1028 /* The expression that is matched against the GENERIC or GIMPLE IL. */
1364 GENERIC and a GIMPLE variant. */
1449 GENERIC and a GIMPLE variant. *
2273 bool gimple; member in class:capture_info
4332 bool gimple; member in class:parser
5461 bool gimple = true; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
basic-block.h 136 struct gimple_bb_info GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
genmatch.cc 2 GENERIC and GIMPLE folding code from match-and-simplify description.
878 /* The expression that is matched against the GENERIC or GIMPLE IL. */
1214 GENERIC and a GIMPLE variant. */
1299 GENERIC and a GIMPLE variant. */
1549 lower (vec<simplify *>& simplifiers, bool gimple)
1568 if (gimple)
1578 /* The decision tree built for generating GIMPLE and GENERIC pattern
1720 void gen (FILE *f, bool gimple);
2117 bool gimple; member in class:capture_info
2124 gimple = gimple_
4099 bool gimple; member in class:parser
    [all...]

Completed in 27 milliseconds