Home
last modified time | relevance | path

Searched refs:is_true_branch (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbranch-elimination.cc140 Reduction BranchElimination::ReduceIf(Node* node, bool is_true_branch) { in ReduceIf() argument
151 return UpdateConditions(node, from_branch, condition, branch, is_true_branch); in ReduceIf()
223 Node* current_branch, bool is_true_branch) { in UpdateConditions() argument
229 is_true_branch, original); in UpdateConditions()
Dbranch-elimination.h60 Reduction ReduceIf(Node* node, bool is_true_branch); in NON_EXPORTED_BASE()
70 bool is_true_branch); in NON_EXPORTED_BASE()