Searched defs:cfg_t (Results 1 – 2 of 2) sorted by relevance
275 struct cfg_t { struct294 void *mem_ctx;297 struct exec_list block_list;298 struct bblock_t **blocks;299 int num_blocks;301 bool idom_dirty;303 unsigned cycle_count;
154 cfg_t::cfg_t(exec_list *instructions) in cfg_t() function in cfg_t