Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc80 Reduction BranchElimination::ReduceIf(Node* node, bool is_true_branch) { in ReduceIf() argument
93 node, from_branch->AddCondition(zone_, condition, is_true_branch)); in ReduceIf()
Dbranch-elimination.h76 Reduction ReduceIf(Node* node, bool is_true_branch);
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc220 bool is_true_branch = end->SuccessorAt(0) == succ; in Copy() local
225 if (is_true_branch) { in Copy()
248 } else if (is_true_branch && end->IsCompareObjectEqAndBranch()) { in Copy()
276 if (is_true_branch) { in Copy()