gcc-8.3/gcc/pass_expand
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#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]
終了行:
*参照元 [#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]
ページ名: