intel/brw: Use brw_analysis prefix for liveness analysis files

Move declaration to the common header and rename definition file.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33048>
This commit is contained in:
Caio Oliveira
2024-12-06 19:48:54 -08:00
committed by Marge Bot
parent e5369540ea
commit e0614e8ea1
14 changed files with 120 additions and 160 deletions
@@ -22,7 +22,7 @@
*/
#include "brw_fs.h"
#include "brw_fs_live_variables.h"
#include "brw_analysis.h"
#include "brw_cfg.h"
/** @file