Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-pre.c331 static alloc_pool modify_expr_node_pool; variable
3179 tree temp = pool_alloc (modify_expr_node_pool); in poolify_tree()
3808 modify_expr_node_pool = create_alloc_pool ("MODIFY_EXPR nodes", in init_pre()
3845 free_alloc_pool (modify_expr_node_pool); in fini_pre()
H A DChangeLog-200544 (modify_expr_node_pool): New function.
93 Create modify_expr_node_pool.
94 (fini_pre): Free modify_expr_node_pool and need_creation array.