*参照元 [#cfac9ab8] #backlinks *説明 [#ib3564d8] -パス: [[gcc-8.3/gcc/rtl.h]] -FIXME: これは何? --説明 **引数 [#pe9d6d9a] -RTX -- **返り値 [#o87af452] - -alias_set_type -- --[[gcc-8.3/gcc/alias_set_type]] **参考 [#wfe9877b] *実装 [#lbf45111] /* For a MEM rtx, the alias set. If 0, this MEM is not in any alias set, and may alias anything. Otherwise, the MEM can only alias MEMs in a conflicting alias set. This value is set in a language-dependent manner in the front-end, and should not be altered in the back-end. These set numbers are tested with alias_sets_conflict_p. */ #define MEM_ALIAS_SET(RTX) (get_mem_attrs (RTX)->alias) - --[[gcc-8.3/gcc/get_mem_attrs()]] --get_mem_attrs() の返り値は const struct mem_attrs * 型 --[[gcc-8.3/gcc/mem_attrs]] *コメント [#y5152052]