GCC Middle and Back End API Reference
|
#include <sel-sched-ir.h>
Data Fields | |
insn_t | to |
ilist_t | ptr |
av_set_t | av |
av_set_t | av1 |
deps_t | dc |
Boundary of the current fence group.
av_set_t _bnd::av |
Availability set at the boundary.
av_set_t _bnd::av1 |
This set moved to the fence.
deps_t _bnd::dc |
Deps context at this boundary. As long as we have one boundary per fence, this is just a pointer to the same deps context as in the corresponding fence.
ilist_t _bnd::ptr |
Its path to the fence.
insn_t _bnd::to |
The actual boundary instruction.