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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 83 vec<cond_equivalence> cond_equivalences; member in class:edge_info
139 cond_equivalences = vNULL;
146 this->cond_equivalences.release ();
295 record_conditions (&this->cond_equivalences, cond, inverted);
327 record_conditions (&this->cond_equivalences, cond, inverted);
375 record_conditions (&this->cond_equivalences, cond, inverted);
624 record_conditions (&edge_info->cond_equivalences, cond, inverted);
630 record_conditions (&edge_info->cond_equivalences, inverted, cond);
648 record_conditions (&edge_info->cond_equivalences, cond, inverted);
654 record_conditions (&edge_info->cond_equivalences, inverted, cond)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 82 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, inverted, cond)
    [all...]

Completed in 67 milliseconds