Searched refs:is_true_branch (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
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() argument 435 current_branch, is_true_branch); in UpdateConditions() 439 is_true_branch, original); in UpdateConditions()
|
D | branch-elimination.h | 105 Reduction ReduceIf(Node* node, bool is_true_branch); in NON_EXPORTED_BASE() 118 bool is_true_branch, bool in_new_block); in NON_EXPORTED_BASE()
|