GCC Middle and Back End API Reference
_def Struct Reference

#include <sel-sched-ir.h>

Collaboration diagram for _def:

Data Fields

insn_t orig_insn
bool crosses_call

Detailed Description

Insn definition for list of original insns in find_used_regs.


Field Documentation

bool _def::crosses_call

FIXME: Get rid of CROSSES_CALL in each def, since if we're moving up rhs from two different places, but only one of the code motion paths crosses a call, we can't use any of the call_used_regs, no matter which path or whether all paths crosses a call. Thus we should move CROSSES_CALL to static params.

insn_t _def::orig_insn

The documentation for this struct was generated from the following file: