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

  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 798 access_ref phi_ref;
809 phi_ref = *pref;
819 phi_ref.merge_ref (all_refs, arg, phi_stmt, ostype, skip_null,
822 if (!phi_ref.base0
823 && phi_ref.sizrng[0] == 0
824 && phi_ref.sizrng[1] >= maxobjsize)
831 if (phi_ref.sizrng[0] < 0)
833 /* Fail if none of the PHI's arguments resulted in updating PHI_REF
847 *pref = phi_ref;
853 return phi_ref.ref
2124 access_ref phi_ref = *pref; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 796 access_ref phi_ref;
807 phi_ref = *pref;
817 phi_ref.merge_ref (all_refs, arg, phi_stmt, ostype, skip_null,
820 if (!phi_ref.base0
821 && phi_ref.sizrng[0] == 0
822 && phi_ref.sizrng[1] >= maxobjsize)
829 if (phi_ref.sizrng[0] < 0)
831 /* Fail if none of the PHI's arguments resulted in updating PHI_REF
845 *pref = phi_ref;
851 return phi_ref.ref
2108 access_ref phi_ref = *pref; local
    [all...]

Completed in 23 milliseconds