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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dse.cc 817 /* Return TRUE if USE_REF reads bytes from LIVE where live is
820 While this routine may modify USE_REF, it's passed by value, not
824 live_bytes_read (ao_ref *use_ref, ao_ref *ref, sbitmap live)
826 /* We have already verified that USE_REF and REF hit the same object.
827 Now verify that there's actually an overlap between USE_REF and REF. */
829 if (get_byte_range (use_ref, ref, false, &start, &size))
831 /* If USE_REF covers all of REF, then it will hit one or more
837 /* Now check if any of the remaining bits in use_ref are set in LIVE. */
1096 ao_ref use_ref; local
1097 ao_ref_init (&use_ref, gimple_assign_rhs1 (use_stmt))
    [all...]
tree-ssa-dse.cc 817 /* Return TRUE if USE_REF reads bytes from LIVE where live is
820 While this routine may modify USE_REF, it's passed by value, not
824 live_bytes_read (ao_ref *use_ref, ao_ref *ref, sbitmap live)
826 /* We have already verified that USE_REF and REF hit the same object.
827 Now verify that there's actually an overlap between USE_REF and REF. */
829 if (get_byte_range (use_ref, ref, false, &start, &size))
831 /* If USE_REF covers all of REF, then it will hit one or more
837 /* Now check if any of the remaining bits in use_ref are set in LIVE. */
1096 ao_ref use_ref; local
1097 ao_ref_init (&use_ref, gimple_assign_rhs1 (use_stmt))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dse.cc 773 /* Return TRUE if USE_REF reads bytes from LIVE where live is
776 While this routine may modify USE_REF, it's passed by value, not
780 live_bytes_read (ao_ref *use_ref, ao_ref *ref, sbitmap live)
782 /* We have already verified that USE_REF and REF hit the same object.
783 Now verify that there's actually an overlap between USE_REF and REF. */
785 if (get_byte_range (use_ref, ref, false, &start, &size))
787 /* If USE_REF covers all of REF, then it will hit one or more
793 /* Now check if any of the remaining bits in use_ref are set in LIVE. */
1000 ao_ref use_ref; local
1001 ao_ref_init (&use_ref, gimple_assign_rhs1 (use_stmt))
    [all...]
tree-ssa-dse.cc 773 /* Return TRUE if USE_REF reads bytes from LIVE where live is
776 While this routine may modify USE_REF, it's passed by value, not
780 live_bytes_read (ao_ref *use_ref, ao_ref *ref, sbitmap live)
782 /* We have already verified that USE_REF and REF hit the same object.
783 Now verify that there's actually an overlap between USE_REF and REF. */
785 if (get_byte_range (use_ref, ref, false, &start, &size))
787 /* If USE_REF covers all of REF, then it will hit one or more
793 /* Now check if any of the remaining bits in use_ref are set in LIVE. */
1000 ao_ref use_ref; local
1001 ao_ref_init (&use_ref, gimple_assign_rhs1 (use_stmt))
    [all...]

Completed in 46 milliseconds