Home
last modified time | relevance | path

Searched refs:FOR_EACH_PTR_REVERSE (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dmemops.c67 FOR_EACH_PTR_REVERSE(parent->insns, one) { in find_dominating_parents()
136 FOR_EACH_PTR_REVERSE(bb->insns, insn) { in simplify_loads()
228 FOR_EACH_PTR_REVERSE(bb->insns, insn) { in kill_dominated_stores()
277 FOR_EACH_PTR_REVERSE(ep->bbs, bb) { in simplify_memops()
281 FOR_EACH_PTR_REVERSE(ep->bbs, bb) { in simplify_memops()
Dflowgraph.c31 FOR_EACH_PTR_REVERSE(bb->children, child) { in label_postorder()
42 FOR_EACH_PTR_REVERSE(src, bb) { in reverse_bbs()
Dliveness.c221 FOR_EACH_PTR_REVERSE(ep->bbs, bb) { in track_pseudo_liveness()
298 FOR_EACH_PTR_REVERSE(bb->insns, insn) { in track_pseudo_death_bb()
Dflow.c504 FOR_EACH_PTR_REVERSE(bb->insns, insn) { in kill_dead_stores_bb()
946 FOR_EACH_PTR_REVERSE(ep->bbs, bb) { in simplify_cfg_early()
Dptrlist.h121 #define FOR_EACH_PTR_REVERSE(head, ptr) \ macro
Dshow-parse.c757 FOR_EACH_PTR_REVERSE(expr->args, arg) { in show_call_expression()
Dsimplify.c416 FOR_EACH_PTR_REVERSE(ep->bbs, bb) { in remove_dead_insns()
418 FOR_EACH_PTR_REVERSE(bb->insns, insn) { in remove_dead_insns()
Dcompile-i386.c2079 FOR_EACH_PTR_REVERSE(expr->args, arg) { in x86_call_expression()