Searched refs:check_branch (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ir.c | 88 static int check_branch(struct entrypoint *ep, struct instruction *insn, struct basic_block *bb) in check_branch() function 102 err = check_branch(ep, insn, jmp->target); in check_switch() 143 err += check_branch(ep, insn, insn->bb_true); in validate_insn() 144 err += check_branch(ep, insn, insn->bb_false); in validate_insn() 171 err += check_branch(ep, insn, insn->bb_true); in validate_insn()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate_shaders.c | 565 check_branch(uint64_t inst, in check_branch() function 865 if (!check_branch(inst, validated_shader, in vc4_validate_shader()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 3924 Node* check_branch = 3926 Node* check_fail = graph()->NewNode(common()->IfFalse(), check_branch); 3931 control = graph()->NewNode(common()->IfTrue(), check_branch);
|
Completed in 13 milliseconds