Home
last modified time | relevance | path

Searched defs:bi_block (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/panfrost/compiler/
Dcompiler.h709 typedef struct bi_block { struct
720 struct bi_block *successors[2]; argument
721 struct util_dynarray predecessors;
722 bool unconditional_jumps;
723 bool loop_header;
726 uint8_t *live_in;
750 } bi_block; argument