Searched refs:last_p (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ssa-iterators.h | 861 use_operand_p last_p) in move_use_after_head() argument 868 if (last_p->next == use_p) in move_use_after_head() 869 last_p = use_p; in move_use_after_head() 874 link_imm_use_to_list (use_p, last_p); in move_use_after_head() 875 last_p = use_p; in move_use_after_head() 878 return last_p; in move_use_after_head() 889 use_operand_p last_p = head; in link_use_stmts_after() local 902 last_p = move_use_after_head (use_p, head, last_p); in link_use_stmts_after() 910 last_p = move_use_after_head (use_p, head, last_p); in link_use_stmts_after() 915 last_p = move_use_after_head (use_p, head, last_p); in link_use_stmts_after() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ssa-iterators.h | 861 use_operand_p last_p) in move_use_after_head() argument 868 if (last_p->next == use_p) in move_use_after_head() 869 last_p = use_p; in move_use_after_head() 874 link_imm_use_to_list (use_p, last_p); in move_use_after_head() 875 last_p = use_p; in move_use_after_head() 878 return last_p; in move_use_after_head() 889 use_operand_p last_p = head; in link_use_stmts_after() local 902 last_p = move_use_after_head (use_p, head, last_p); in link_use_stmts_after() 910 last_p = move_use_after_head (use_p, head, last_p); in link_use_stmts_after() 915 last_p = move_use_after_head (use_p, head, last_p); in link_use_stmts_after() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | pci.c | 362 static void apb_calc_first_last(u8 map, u32 *first_p, u32 *last_p) in apb_calc_first_last() argument 378 *last_p = last; in apb_calc_first_last()
|