Home
last modified time | relevance | path

Searched refs:remove_phisources (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dflow.h14 extern int remove_phisources(struct basic_block *par, struct basic_block *old);
Dflow.c31 int remove_phisources(struct basic_block *par, struct basic_block *old) in remove_phisources() function
80 changed |= remove_phisources(bb, jmp->target); in remove_other_phisources()
803 changed |= remove_phisources(insn->bb, insn->bb_true == target ? insn->bb_false : insn->bb_true); in convert_to_jump()