Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dflow.c40 replace_bb_in_list(&bb->children, old, new, 1); in rewrite_branch()
799 replace_bb_in_list(&child->parents, bb, parent, 0); in pack_basic_blocks()
H A Dlinearize.h292 static inline void replace_bb_in_list(struct basic_block_list **list, in replace_bb_in_list() function