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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 1554 bool if_statement_p (uint64_t * = 0) const;
1603 decision::if_statement_p (uint64_t *label) const
1694 && d->if_statement_p (&label)
1700 && second->if_statement_p (&label)
3424 if (d->test.pos && d->if_statement_p ())
3432 || !newd->if_statement_p ())
4960 else if (d->if_statement_p (&label))
4982 || !d->if_statement_p (&label)
1599 decision::if_statement_p (uint64_t *label) const function in class:decision
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1554 bool if_statement_p (uint64_t * = 0) const;
1603 decision::if_statement_p (uint64_t *label) const
1694 && d->if_statement_p (&label)
1700 && second->if_statement_p (&label)
3424 if (d->test.pos && d->if_statement_p ())
3432 || !newd->if_statement_p ())
4960 else if (d->if_statement_p (&label))
4982 || !d->if_statement_p (&label)
1599 decision::if_statement_p (uint64_t *label) const function in class:decision

Completed in 29 milliseconds