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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 4456 scanning past OLD_IRR or EXIT_BLOCKS. */
4460 bitmap old_irr, bitmap exit_blocks)
4472 if (old_irr && bitmap_bit_p (old_irr, bb->index))
4499 TM regions; OLD_IRR are the results of a previous scan of the dominator
4505 bitmap old_irr, bitmap exit_blocks)
4511 if (old_irr && bitmap_bit_p (old_irr, entry_block->index))
4542 if (!old_irr || !bitmap_bit_p (old_irr, bb->index)
4606 bitmap new_irr, old_irr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 4441 scanning past OLD_IRR or EXIT_BLOCKS. */
4445 bitmap old_irr, bitmap exit_blocks)
4457 if (old_irr && bitmap_bit_p (old_irr, bb->index))
4484 TM regions; OLD_IRR are the results of a previous scan of the dominator
4490 bitmap old_irr, bitmap exit_blocks)
4496 if (old_irr && bitmap_bit_p (old_irr, entry_block->index))
4527 if (!old_irr || !bitmap_bit_p (old_irr, bb->index)
4591 bitmap new_irr, old_irr; local
    [all...]

Completed in 19 milliseconds