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.cc120 Reduction BranchElimination::ReduceIf(Node* node, bool is_true_branch) { in ReduceIf() argument
132 node, from_branch->AddCondition(zone_, condition, is_true_branch)); in ReduceIf()
Dbranch-elimination.h81 Reduction ReduceIf(Node* node, bool is_true_branch); in NON_EXPORTED_BASE()
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc221 bool is_true_branch = end->SuccessorAt(0) == succ; in Copy() local
226 if (is_true_branch) { in Copy()
249 } else if (is_true_branch && end->IsCompareObjectEqAndBranch()) { in Copy()
277 if (is_true_branch) { in Copy()