Home
last modified time | relevance | path

Searched defs:predictable_p (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddefaults.h1276 #define BRANCH_COST(speed_p, predictable_p) 1 argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddefaults.h1313 #define BRANCH_COST(speed_p, predictable_p) 1 argument
H A Dtarghooks.c2295 bool predictable_p = predictable_edge_p (e); in default_max_noce_ifcvt_seq_cost() local
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1801 #define BRANCH_COST(speed_p, predictable_p) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1978 #define BRANCH_COST(speed_p, predictable_p) \ argument
H A Di386.c50360 bool predictable_p = predictable_edge_p (e); in ix86_max_noce_ifcvt_seq_cost() local