nir: clarify some nit_loop_info member names
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 20 Nov 2018 00:35:37 +0000 (11:35 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 10 Dec 2018 02:59:50 +0000 (13:59 +1100)
commit03d7c65ad8644eb547295ffc95d14ba80a3d94cd
tree54da5d0002b917b6345b851051c67ea17d40122b
parentde0aee763833cf4a04f21b209e539a89e7c79c38
nir: clarify some nit_loop_info member names

Following commits will introduce additional fields such as
guessed_trip_count. Renaming these will help avoid confusion
as our unrolling feature set grows.

Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir.h
src/compiler/nir/nir_loop_analyze.c
src/compiler/nir/nir_opt_loop_unroll.c