Searched refs:predicate_gimplified_stmts (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-if-conv.c215 gimple_seq predicate_gimplified_stmts; member in struct:bb_predicate
251 return ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts;
260 ((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts = stmts;
283 (&(((struct bb_predicate *) bb->aux)->predicate_gimplified_stmts), stmts);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-if-conv.cc222 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 204 milliseconds