Home
last modified time | relevance | path

Searched defs:EDGE_INFO (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dprofile.h39 #define EDGE_INFO(e) ((struct edge_info *) (e)->aux) macro
H A Dpredict.c1955 #define EDGE_INFO(E) ((edge_info) (E)->aux) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dprofile.h38 #define EDGE_INFO(e) ((struct edge_profile_info *) (e)->aux) macro
H A Dpredict.c3090 #define EDGE_INFO(E) ((edge_prob_info *) (E)->aux) macro