Searched refs:then_body (Results 1 – 3 of 3) sorted by relevance
728 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local729 fs_inst *add = instruction(then_body, 0); in TEST_F()773 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local774 fs_inst *add = instruction(then_body, 3); in TEST_F()818 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local819 fs_inst *add = instruction(then_body, 0); in TEST_F()861 bblock_t *then_body = v->cfg->blocks[1]; in TEST_F() local862 fs_inst *add = instruction(then_body, 0); in TEST_F()
765 list_inithead(&if_stmt->then_body); in vtn_process_block()786 &if_stmt->then_body, then_block); in vtn_process_block()1142 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()1156 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()
185 struct list_head then_body; member