Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-propagate.cc127 static vec<gimple *> uid_to_stmt; variable
169 uid_to_stmt[gimple_uid (use_stmt)] = use_stmt; in add_ssa_edge()
423 uid_to_stmt.safe_grow (gimple_stmt_max_uid (cfun), true); in ssa_prop_init()
438 uid_to_stmt.release (); in ssa_prop_fini()
491 next_stmt = uid_to_stmt[next_stmt_uid]; in ssa_propagate()
DChangeLog-201615799 (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):