Home
last modified time | relevance | path

Searched refs:bi_is_terminal_block (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h1147 bi_is_terminal_block(bi_block *block) in bi_is_terminal_block() function
1151 bi_is_terminal_block(block->successors[0]) && in bi_is_terminal_block()
1152 bi_is_terminal_block(block->successors[1])); in bi_is_terminal_block()
Dbifrost_compile.c4736 if (!bi_is_terminal_block(ins->branch_target)) in bi_lower_branch()