Searched refs:usesp (Results 1 – 5 of 5) sorted by relevance
2851 int *usesp = ssa_remaining_uses.get (t); in estimate_threading_killed_stmts() local2854 if (usesp) in estimate_threading_killed_stmts()2855 uses = *usesp; in estimate_threading_killed_stmts()2863 if (!usesp && (uses < -1 || uses > 1)) in estimate_threading_killed_stmts()2865 usesp = &ssa_remaining_uses.get_or_insert (t); in estimate_threading_killed_stmts()2866 *usesp = uses; in estimate_threading_killed_stmts()2873 if (usesp) in estimate_threading_killed_stmts()2874 *usesp = uses; in estimate_threading_killed_stmts()2879 if (usesp) in estimate_threading_killed_stmts()
582 struct dead_debug_use **usesp = &uses; in dead_debug_insert_temp() local612 *usesp = cur; in dead_debug_insert_temp()613 usesp = &cur->next; in dead_debug_insert_temp()
2973 int *usesp = ssa_remaining_uses.get (t); in estimate_threading_killed_stmts() local2976 if (usesp) in estimate_threading_killed_stmts()2977 uses = *usesp; in estimate_threading_killed_stmts()2985 if (!usesp && (uses < -1 || uses > 1)) in estimate_threading_killed_stmts()2987 usesp = &ssa_remaining_uses.get_or_insert (t); in estimate_threading_killed_stmts()2988 *usesp = uses; in estimate_threading_killed_stmts()2995 if (usesp) in estimate_threading_killed_stmts()2996 *usesp = uses; in estimate_threading_killed_stmts()3001 if (usesp) in estimate_threading_killed_stmts()
581 struct dead_debug_use **usesp = &uses; in dead_debug_insert_temp() local611 *usesp = cur; in dead_debug_insert_temp()612 usesp = &cur->next; in dead_debug_insert_temp()
34 static int usesp; variable49 if (usesp || MPFR_ARE_SINGULAR(b,c) || MPFR_SIGN(b) != MPFR_SIGN(c)) in test_add()1333 usesp = 0; in main()1337 usesp = 1; in main()