Searched refs:local_decl (Results 1 – 2 of 2) sorted by relevance
23183 tree local_decl; in set_block_origin_self() local23185 for (local_decl = BLOCK_VARS (stmt); in set_block_origin_self()23186 local_decl != NULL_TREE; in set_block_origin_self()23187 local_decl = DECL_CHAIN (local_decl)) in set_block_origin_self()23190 if (TREE_CODE (local_decl) != FUNCTION_DECL in set_block_origin_self()23191 && !DECL_EXTERNAL (local_decl)) in set_block_origin_self()23192 set_decl_origin_self (local_decl); in set_block_origin_self()
22485 tree local_decl; in set_block_origin_self() local22487 for (local_decl = BLOCK_VARS (stmt); in set_block_origin_self()22488 local_decl != NULL_TREE; in set_block_origin_self()22489 local_decl = DECL_CHAIN (local_decl)) in set_block_origin_self()22492 if (TREE_CODE (local_decl) != FUNCTION_DECL in set_block_origin_self()22493 && !DECL_EXTERNAL (local_decl)) in set_block_origin_self()22494 set_decl_origin_self (local_decl); in set_block_origin_self()