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.h944 bi_is_terminal_block(bi_block *block) in bi_is_terminal_block() function
948 bi_is_terminal_block(block->successors[0]) && in bi_is_terminal_block()
949 bi_is_terminal_block(block->successors[1])); in bi_is_terminal_block()
Dbifrost_compile.c3621 if (bi_is_terminal_block(ins->branch_target)) in bi_lower_branch()