Searched refs:tcg_op_remove (Results 1 – 4 of 4) sorted by relevance
/qemu/accel/tcg/ |
H A D | plugin-gen.c | 346 tcg_op_remove(tcg_ctx, op); in plugin_gen_inject() 373 tcg_op_remove(tcg_ctx, op); in plugin_gen_inject()
|
/qemu/tcg/ |
H A D | optimize.c | 361 tcg_op_remove(ctx->tcg, op); in tcg_opt_gen_mov() 1541 tcg_op_remove(ctx->tcg, op); in fold_brcond() 1637 tcg_op_remove(ctx->tcg, op); in fold_brcond2() 2041 tcg_op_remove(ctx->tcg, op); in fold_mb() 2974 tcg_op_remove(ctx->tcg, op); in fold_tcg_st_memcopy()
|
H A D | tcg.c | 3553 void tcg_op_remove(TCGContext *s, TCGOp *op) in tcg_op_remove() function 3583 tcg_op_remove(s, last); in tcg_remove_ops_after() 3703 tcg_op_remove(s, op_prev); in reachable_code_pass() 3716 tcg_op_remove(s, op_prev); in reachable_code_pass() 3761 tcg_op_remove(s, op); in reachable_code_pass() 4268 tcg_op_remove(s, op); in liveness_pass_1() 4515 tcg_op_remove(s, op); in liveness_pass_2()
|
/qemu/include/tcg/ |
H A D | tcg.h | 816 void tcg_op_remove(TCGContext *s, TCGOp *op);
|