Searched refs:is_true_branch (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | branch-elimination.cc | 348 Reduction BranchElimination::ReduceIf(Node* node, bool is_true_branch) { in ReduceIf() argument 359 return UpdateConditions(node, from_branch, condition, branch, is_true_branch, in ReduceIf() 429 Node* current_branch, bool is_true_branch, bool in_new_block) { in UpdateConditions() 435 current_branch, is_true_branch); in UpdateConditions() 439 is_true_branch, original); in UpdateConditions() 427 UpdateConditions( Node* node, ControlPathConditions prev_conditions, Node* current_condition, Node* current_branch, bool is_true_branch, bool in_new_block) UpdateConditions() argument
|
H A D | branch-elimination.h | 105 Reduction ReduceIf(Node* node, bool is_true_branch); 118 bool is_true_branch, bool in_new_block);
|
Completed in 2 milliseconds