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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 668 TRANSP, COMP, and ANTLOC are destination sbitmaps for recording local
675 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc,
688 if (antloc)
689 bitmap_vector_clear (antloc, last_basic_block_for_fn (cfun));
710 we want to set to nonzero in ANTLOC. */
711 if (antloc)
714 bitmap_set_bit (antloc[BLOCK_FOR_INSN (occr->insn)->index], indx);
1653 static sbitmap *antloc;
1675 antloc = sbitmap_vector_alloc (n_blocks, n_exprs);
1694 /* ANTLOC and AE_KILL are freed just after pre_lcm finishes. *
1642 static sbitmap *antloc; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 668 TRANSP, COMP, and ANTLOC are destination sbitmaps for recording local
675 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc,
688 if (antloc)
689 bitmap_vector_clear (antloc, last_basic_block_for_fn (cfun));
710 we want to set to nonzero in ANTLOC. */
711 if (antloc)
714 bitmap_set_bit (antloc[BLOCK_FOR_INSN (occr->insn)->index], indx);
1652 static sbitmap *antloc;
1674 antloc = sbitmap_vector_alloc (n_blocks, n_exprs);
1693 /* ANTLOC and AE_KILL are freed just after pre_lcm finishes. *
1641 static sbitmap *antloc; variable
    [all...]

Completed in 23 milliseconds