Searched refs:DECL_IS_NOVOPS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c1040 DECL_IS_NOVOPS (decl) = true;
H A Dc-decl.c1791 DECL_IS_NOVOPS (newdecl) |= DECL_IS_NOVOPS (olddecl);
H A Dcalls.c590 if (DECL_IS_NOVOPS (exp))
H A Dtree.h3104 #define DECL_IS_NOVOPS(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.novops_flag)
3091 #define DECL_IS_NOVOPS macro
H A Dc-common.c5351 DECL_IS_NOVOPS (*node) = 1;

Completed in 204 milliseconds