GCC Middle and Back End API Reference
|
#include <sched-int.h>
Data Fields | |
rtx * | loc |
rtx | orig |
rtx | newval |
rtx | insn |
Describe a dependency that can be broken by making a replacement in one of the patterns. LOC is the location, ORIG and NEWVAL the two alternative contents, and INSN the instruction that must be changed.
rtx dep_replacement::insn |
rtx* dep_replacement::loc |
Referenced by apply_replacement(), find_inc(), must_restore_pattern_p(), restore_pattern(), and undo_all_replacements().
rtx dep_replacement::newval |
Referenced by apply_replacement(), and find_inc().
rtx dep_replacement::orig |
Referenced by find_inc(), must_restore_pattern_p(), restore_pattern(), and undo_all_replacements().