Searched refs:resize_phi_node (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-phinodes.c | 237 resize_phi_node (gphi *phi, size_t len) in resize_phi_node() function 287 gphi *new_phi = resize_phi_node (stmt, cap); in reserve_phi_args_for_new_edge()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-phinodes.cc | 237 resize_phi_node (gphi *phi, size_t len) in resize_phi_node() function 287 gphi *new_phi = resize_phi_node (stmt, cap); in reserve_phi_args_for_new_edge()
|
H A D | ChangeLog.tree-ssa | 1733 * tree-phinodes.c (resize_phi_node): Do not use ggc_realloc to 4550 (resize_phi_node): Make static. 4553 * tree.h (resize_phi_node): Remove prototype. 4618 resize_phi_node, then release the old node and update the PHI 4649 (make_phi_node, resize_phi_node): Moved to tree-phinodes.o. 4808 (make_phi_node, resize_phi_node): Moved to tree-phinodes.o. 4868 (make_phi_node, resize_phi_node): Moved to tree-phinodes.o. 8707 * tree.c (resize_phi_node): Initialize new entries. 9020 * tree.c (resize_phi_node): New function. 9021 * tree.h (resize_phi_node): Add prototype.
|
H A D | ChangeLog.gimple-classes | 1132 (resize_phi_node): Likewise. 4315 (resize_phi_node): Likewise.
|
H A D | ChangeLog.graphite | 7707 * tree-phinodes.c (resize_phi_node): Extern. 7763 * tree-flow.h (remove_bb, resize_phi_node, move_phi_node,
|
H A D | ChangeLog-2004 | 3774 * tree-phinode.c (resize_phi_node): Abort when LEN is strictly 6523 * tree-phinodes.c (resize_phi_node): Copy only a portion of 6968 (make_phi_node, resize_phi_node): Use it. 6977 * tree-phinodes.c (make_phi_node, resize_phi_node): Don't zero 14019 * tree-phinodes.c (resize_phi_node, add_phi_arg, 29243 * tree-phinodes.c (make_phi_node, resize_phi_node): Use new types. 32618 * tree-phinodes.c (resize_phi_node): Initialize PHI_ARG_NONZERO.
|
H A D | ChangeLog-2012 | 18811 (resize_phi_node): Likewise. 19403 (resize_phi_node): Likewise. 26230 * tree-phinodes.c (resize_phi_node): Don't resize stmt in-place,
|
H A D | ChangeLog-2005 | 20730 * tree-phinodes.c (make_phi_node, release_phi_node, resize_phi_node): 25548 (resize_phi_node): Relink any use nodes.
|
H A D | ChangeLog-2009 | 15220 (resize_phi_node): Initialize location to UNKNOWN_LOCATION.
|
H A D | ChangeLog-2013 | 7132 (resize_phi_node): Likewise.
|
H A D | ChangeLog-2017 | 23217 (resize_phi_node): Clear memory not covered by old node,
|