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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 233 gimple_seq predicate_gimplified_stmts; member in struct:bb_predicate
236 PREDICATE_GIMPLIFIED_STMTS. */
279 return ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts;
290 ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts = stmts;
316 (&(((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts), stmts);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 222 gimple_seq predicate_gimplified_stmts; member in struct:bb_predicate
258 return ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts;
267 ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts = stmts;
290 (&(((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts), stmts);

Completed in 61 milliseconds