Searched refs:pass_wrestrict (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc62 class pass_wrestrict : public gimple_opt_pass class in namespace:__anon972
65 pass_wrestrict (gcc::context *);
79 pass_wrestrict::pass_wrestrict (gcc::context *ctxt) function in class:__anon972::pass_wrestrict
85 pass_wrestrict::gate (function *fun ATTRIBUTE_UNUSED)
91 pass_wrestrict::check_block (basic_block bb)
105 pass_wrestrict::execute (function *fun)
1896 pass_wrestrict::check_call (gimple *call)
2099 return new pass_wrestrict (ctxt);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c61 class pass_wrestrict : public gimple_opt_pass
64 pass_wrestrict (gcc::context *ctxt) function
68 opt_pass *clone () { return new pass_wrestrict (m_ctxt); }
75 pass_wrestrict::gate (function *fun ATTRIBUTE_UNUSED)
113 pass_wrestrict::execute (function *fun)
2071 return new pass_wrestrict (ctxt);

Completed in 212 milliseconds