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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 1809 tree addr, alias_ptr; local
1812 alias_ptr = fold_convert (reference_alias_ptr_type (ref), coff);
1817 alias_ptr = build_zero_cst (reference_alias_ptr_type (ref));
1825 ref = build2 (MEM_REF, type, addr, alias_ptr);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 1778 tree addr, alias_ptr; local
1781 alias_ptr = fold_convert (reference_alias_ptr_type (ref), coff);
1786 alias_ptr = build_zero_cst (reference_alias_ptr_type (ref));
1794 ref = build2 (MEM_REF, type, addr, alias_ptr);
tree-vect-stmts.cc 8401 MASK_STORE_LANES (DATAREF_PTR, ALIAS_PTR, VEC_MASK,
8404 tree alias_ptr = build_int_cst (ref_type, align); local
8406 dataref_ptr, alias_ptr,
9709 VEC_ARRAY = MASK_LOAD_LANES (DATAREF_PTR, ALIAS_PTR,
9712 tree alias_ptr = build_int_cst (ref_type, align); local
9714 dataref_ptr, alias_ptr,

Completed in 34 milliseconds