Searched refs:if_branch (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | relocation.ll | 78 br i1 %cnd, label %if_branch, label %else_branch 80 if_branch: ; preds = %bci_0 81 ; CHECK-LABEL: if_branch: 95 join: ; preds = %else_branch, %if_branch 98 ; CHECK-DAG: [ %arg.relocated, %if_branch ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | relocation.ll | 79 br i1 %cnd, label %if_branch, label %else_branch 81 if_branch: ; preds = %bci_0 82 ; CHECK-LABEL: if_branch: 96 join: ; preds = %else_branch, %if_branch 99 ; CHECK-DAG: [ %arg.relocated, %if_branch ]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 81 if_branch, /* Inside if branch */ enumerator 280 return scope_type == if_branch || in is_conditional() 288 if (scope_type == if_branch || in in_ifelse_scope() 671 cur_scope = scopes.create(cur_scope, if_branch, if_id++, in get_temp_registers_required_lifetimes() 676 assert(cur_scope->type() == if_branch); in get_temp_registers_required_lifetimes()
|