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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 3577 bool any_clobbers = false;
3593 any_clobbers = true;
3606 if (!any_clobbers)
3640 bool any_clobbers = false;
3667 any_clobbers = true;
3669 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3573 bool any_clobbers = false; local
3636 bool any_clobbers = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 3559 bool any_clobbers = false;
3575 any_clobbers = true;
3588 if (!any_clobbers)
3622 bool any_clobbers = false;
3649 any_clobbers = true;
3651 if (!any_clobbers && (!sunk || gimple_seq_empty_p (sunk[bb->index])))
3555 bool any_clobbers = false; local
3618 bool any_clobbers = false; local

Completed in 53 milliseconds