22 #ifndef _TREE_SSA_LIVE_H
23 #define _TREE_SSA_LIVE_H 1
25 #include "partition.h"
69 #define NO_PARTITION -1
83 #ifdef ENABLE_CHECKING
90 static inline unsigned
122 if (part == NO_PARTITION)
137 part = partition_find (map->
var_partition, SSA_NAME_VERSION (var));
153 if (part == NO_PARTITION)
164 gcc_checking_assert (partition >= 0
185 tree ssa_var ATTRIBUTE_UNUSED)
187 #if defined ENABLE_CHECKING
248 #define LIVEDUMP_ENTRY 0x01
249 #define LIVEDUMP_EXIT 0x02
250 #define LIVEDUMP_ALL (LIVEDUMP_ENTRY | LIVEDUMP_EXIT)
264 gcc_checking_assert (live->
global);
275 gcc_checking_assert (live->
livein
276 && bb != ENTRY_BLOCK_PTR
277 && bb != EXIT_BLOCK_PTR);
289 gcc_checking_assert (live->
liveout
290 && bb != ENTRY_BLOCK_PTR
291 && bb != EXIT_BLOCK_PTR);
312 gcc_checking_assert (&live->
livein[p1] && &live->
livein[p2]);