Home | History | Annotate | Download | only in include

Lines Matching refs:FROM

52 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM)
58 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM)
61 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM)
64 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM)
67 #define XOR_REG_SET(TO, FROM) bitmap_xor_into (TO, FROM)
84 #define REG_SET_TO_HARD_REG_SET(TO, FROM) \
87 reg_set_to_hard_reg_set (&TO, FROM); \
168 #define EDGE_SIBCALL 256 /* Edge from sibcall to exit. */
183 /* Counter summary from the last set of coverage counts read by
196 will all be executed, and in sequence from first to last.
327 by SMS to prevent other schedulers from messing with the loop schedule. */
454 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
455 for (BB = FROM; BB != TO; BB = BB->DIR)