Home
last modified time | relevance | path

Searched refs:chkp_get_rtl_bounds (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Drtl-chkp.h23 #define DECL_BOUNDS_RTL(NODE) (chkp_get_rtl_bounds (DECL_WRTL_CHECK (NODE)))
28 extern rtx chkp_get_rtl_bounds (tree node);
H A Drtl-chkp.c39 chkp_get_rtl_bounds (tree node) in chkp_get_rtl_bounds() function
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c36641 target = chkp_get_rtl_bounds (arg0); in ix86_expand_builtin()