*参照元 [#h4fcb32e] #backlinks *説明 [#uda47e47] -パス: [[gcc-8.3/gcc/cfgexpand.c]] -FIXME: これは何? --説明 **参考 [#j6a3b405] *実装 [#h674fda7] class pass_expand : public rtl_opt_pass { - --[[gcc-8.3/gcc/rtl_opt_pass]] public: pass_expand (gcc::context *ctxt) : rtl_opt_pass (pass_data_expand, ctxt) {} - --[[gcc-8.3/gcc/gcc/context]] /* opt_pass methods: */ virtual unsigned int execute (function *); - --[[gcc-8.3/gcc/pass_expand/execute()]] }; // class pass_expand *コメント [#y2acfac2]