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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c82 vec<cond_equivalence> cond_equivalences; variable
135 cond_equivalences = vNULL;
142 this->cond_equivalences.release ();
292 record_conditions (&this->cond_equivalences, cond, inverted);
324 record_conditions (&this->cond_equivalences, cond, inverted);
372 record_conditions (&this->cond_equivalences, cond, inverted);
549 record_conditions (&edge_info->cond_equivalences, cond, inverted);
555 record_conditions (&edge_info->cond_equivalences, inverted, cond);
573 record_conditions (&edge_info->cond_equivalences, cond, inverted);
579 record_conditions (&edge_info->cond_equivalences, inverte
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc82 vec<cond_equivalence> cond_equivalences; member in class:edge_info
135 cond_equivalences = vNULL;
142 this->cond_equivalences.release ();
292 record_conditions (&this->cond_equivalences, cond, inverted);
324 record_conditions (&this->cond_equivalences, cond, inverted);
372 record_conditions (&this->cond_equivalences, cond, inverted);
549 record_conditions (&edge_info->cond_equivalences, cond, inverted);
555 record_conditions (&edge_info->cond_equivalences, inverted, cond);
573 record_conditions (&edge_info->cond_equivalences, cond, inverted);
579 record_conditions (&edge_info->cond_equivalences, inverte
[all...]

Completed in 179 milliseconds