Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbranch-elimination.cc123 const ControlPathConditions* from_branch = node_conditions_.Get(branch); in ReduceIf() local
127 if (from_branch == nullptr) { in ReduceIf()
132 node, from_branch->AddCondition(zone_, condition, is_true_branch)); in ReduceIf()