Searched refs:current_p (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-range-cache.cc | 704 bool current_p (tree name, tree dep1, tree dep2) const; 742 temporal_cache::current_p (tree name, tree dep1, tree dep2) const in current_p() function in temporal_cache 943 ranger_cache::get_global_range (irange &r, tree name, bool ¤t_p) in get_global_range() argument 948 current_p = false; in get_global_range() 950 current_p = r.singleton_p () in get_global_range() 951 || m_temporal->current_p (name, m_gori.depend1 (name), in get_global_range() 957 if (!current_p) in get_global_range() 959 return current_p; in get_global_range()
|
H A D | gimple-range-cache.h | 133 bool get_global_range (irange &r, tree name, bool ¤t_p);
|
H A D | ChangeLog-2021 | 25226 (temporal_cache::current_p): Take dependencies as params.
|
H A D | ChangeLog-2020 | 6550 (temporal_cache::current_p): New.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | xtensaelf.em | 970 xtensa_ld_iter *current_p = NULL; 1005 current_p = ¤t; 1006 iter_stack_copy_current (stack_p, current_p); 1021 ld_xtensa_move_section_after (front_p, current_p); 1031 ld_xtensa_move_section_after (current_p, front_p);
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | xtensaelf.em | 960 xtensa_ld_iter *current_p = NULL; 995 current_p = ¤t; 996 iter_stack_copy_current (stack_p, current_p); 1011 ld_xtensa_move_section_after (front_p, current_p); 1021 ld_xtensa_move_section_after (current_p, front_p);
|