Searched defs:cdg_node (Results 1 – 1 of 1) sorted by relevance
122 typedef struct cdg_node { struct127 struct cdg_node *pre; /* to save the path in cycle detection algorithm */ argument128 struct cdg_node *left, *right, *parent; argument