From 2ee6aa3a21f7413e9cec60c113aa8e9b98b071d9 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 6 May 2005 13:38:04 +0000 Subject: [PATCH] added some needed prototypes [r5787] --- ir/ana/field_temperature.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/ana/field_temperature.h b/ir/ana/field_temperature.h index 703863c8a..6e0a7ea31 100644 --- a/ir/ana/field_temperature.h +++ b/ir/ana/field_temperature.h @@ -41,6 +41,9 @@ int get_Sel_n_accessed_entities(ir_node *sel); entity *get_Sel_accessed_entity (ir_node *sel, int pos); */ +int get_irn_loop_call_depth(ir_node *n); +int get_irn_loop_depth(ir_node *n); +int get_irn_recursion_depth(ir_node *n); /** Get the weighted interprocedural loop depth of the node. The depth is estimated by a heuristic. The heuristic consideres -- 2.20.1