Home
last modified time | relevance | path

Searched refs:_PASS_NAME_PASS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dgcc-generate-simple_ipa-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
80 static struct simple_ipa_opt_pass _PASS_NAME_PASS = {
111 class _PASS_NAME_PASS : public simple_ipa_opt_pass {
113 _PASS_NAME_PASS() : simple_ipa_opt_pass(_PASS_NAME_PASS_DATA, g) {}
123 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
137 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
142 return &_PASS_NAME_PASS.pass;
171 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-gimple-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
80 static struct gimple_opt_pass _PASS_NAME_PASS = {
111 class _PASS_NAME_PASS : public gimple_opt_pass {
113 _PASS_NAME_PASS() : gimple_opt_pass(_PASS_NAME_PASS_DATA, g) {}
123 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); }
137 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
142 return &_PASS_NAME_PASS.pass;
171 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-rtl-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
80 static struct rtl_opt_pass _PASS_NAME_PASS = {
111 class _PASS_NAME_PASS : public rtl_opt_pass {
113 _PASS_NAME_PASS() : rtl_opt_pass(_PASS_NAME_PASS_DATA, g) {}
123 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
137 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
142 return &_PASS_NAME_PASS.pass;
171 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-ipa-pass.h39 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
148 static struct ipa_opt_pass_d _PASS_NAME_PASS = {
190 class _PASS_NAME_PASS : public ipa_opt_pass_d {
192 _PASS_NAME_PASS() : ipa_opt_pass_d(_PASS_NAME_PASS_DATA,
212 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); }
226 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
231 return &_PASS_NAME_PASS.pass;
273 #undef _PASS_NAME_PASS macro
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-generate-gimple-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
89 class _PASS_NAME_PASS : public gimple_opt_pass { class
91 _PASS_NAME_PASS() : gimple_opt_pass(_PASS_NAME_PASS_DATA, g) {} in _PASS_NAME_PASS() function in __anon41906::_PASS_NAME_PASS
97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone()
106 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
111 return &_PASS_NAME_PASS.pass; in _MAKE_PASS_NAME_PASS()
140 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-simple_ipa-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
89 class _PASS_NAME_PASS : public simple_ipa_opt_pass { class
91 _PASS_NAME_PASS() : simple_ipa_opt_pass(_PASS_NAME_PASS_DATA, g) {} in _PASS_NAME_PASS() function in __anon41909::_PASS_NAME_PASS
97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone()
107 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
135 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-rtl-pass.h31 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
89 class _PASS_NAME_PASS : public rtl_opt_pass { class
91 _PASS_NAME_PASS() : rtl_opt_pass(_PASS_NAME_PASS_DATA, g) {} in _PASS_NAME_PASS() function in __anon41908::_PASS_NAME_PASS
97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone()
107 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
135 #undef _PASS_NAME_PASS macro
H A Dgcc-generate-ipa-pass.h39 #define _PASS_NAME_PASS __PASS_NAME_PASS(PASS_NAME) macro
157 class _PASS_NAME_PASS : public ipa_opt_pass_d { class
159 _PASS_NAME_PASS() : ipa_opt_pass_d(_PASS_NAME_PASS_DATA, in _PASS_NAME_PASS() function in __anon41907::_PASS_NAME_PASS
174 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone()
184 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
189 return &_PASS_NAME_PASS.pass; in _MAKE_PASS_NAME_PASS()
231 #undef _PASS_NAME_PASS macro

Completed in 4 milliseconds