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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 5553 auto_bitmap not_pseudo;
5554 bitmap_set_range (not_pseudo, 0, LAST_VIRTUAL_REGISTER);
5557 bitmap_and_compl (entry_pseudo_uninit, entry_lr_in, not_pseudo);
5603 auto_bitmap not_pseudo;
5604 bitmap_set_range (not_pseudo, 0, LAST_VIRTUAL_REGISTER);
5614 bitmap_and_compl_into (bb_pseudo_uninit, not_pseudo);
5548 auto_bitmap not_pseudo; local
5598 auto_bitmap not_pseudo; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 5537 auto_bitmap not_pseudo;
5538 bitmap_set_range (not_pseudo, 0, LAST_VIRTUAL_REGISTER);
5541 bitmap_and_compl (entry_pseudo_uninit, entry_lr_in, not_pseudo);
5587 auto_bitmap not_pseudo;
5588 bitmap_set_range (not_pseudo, 0, LAST_VIRTUAL_REGISTER);
5598 bitmap_and_compl_into (bb_pseudo_uninit, not_pseudo);
5532 auto_bitmap not_pseudo; local
5582 auto_bitmap not_pseudo; local

Completed in 63 milliseconds