aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/loop_analysis.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-09-19 12:14:11 +1000
committerTimothy Arceri <[email protected]>2017-09-21 11:56:13 +1000
commite7424b2d737dd88bfb8fc09c192483ad058aefee (patch)
tree2d7a2d966eb933c0b851a3800551f7360707aefb /src/compiler/glsl/loop_analysis.h
parentd8eede169740cbe24d827dbe0915414e52eb3e6d (diff)
glsl: move loop analysis helpers to loop_analysis.cpp
Reviewed-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src/compiler/glsl/loop_analysis.h')
-rw-r--r--src/compiler/glsl/loop_analysis.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/compiler/glsl/loop_analysis.h b/src/compiler/glsl/loop_analysis.h
index 2894c6359be..e2eff9dbaed 100644
--- a/src/compiler/glsl/loop_analysis.h
+++ b/src/compiler/glsl/loop_analysis.h
@@ -55,13 +55,6 @@ extern bool
unroll_loops(exec_list *instructions, loop_state *ls,
const struct gl_shader_compiler_options *options);
-ir_rvalue *
-find_initial_value(ir_loop *loop, ir_variable *var);
-
-int
-calculate_iterations(ir_rvalue *from, ir_rvalue *to, ir_rvalue *increment,
- enum ir_expression_operation op);
-
/**
* Tracking for all variables used in a loop