Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc107 if (!from_input.LookupCondition(branch_condition, &previous_branch, in SimplifyBranchCondition()
141 if (from_input.LookupCondition(condition, &branch, &condition_value)) { in ReduceBranch()
202 if (!from_input.LookupCondition(condition, &previous_branch, in TryPullTrapIntoMerge()
253 if (from_input.LookupCondition(condition, &previous_branch, in ReduceTrapConditional()
330 if (conditions.LookupCondition(condition, &branch, &condition_value)) { in ReduceDeoptimizeConditional()
447 if (!LookupCondition(condition)) { in AddCondition()
465 if (!LookupCondition(condition)) { in AddConditionInNewBlock()
474 bool BranchElimination::ControlPathConditions::LookupCondition( in LookupCondition() function in v8::internal::compiler::BranchElimination::ControlPathConditions
479 bool BranchElimination::ControlPathConditions::LookupCondition( in LookupCondition() function in v8::internal::compiler::BranchElimination::ControlPathConditions
Dbranch-elimination.h67 bool LookupCondition(Node* condition) const; in NON_EXPORTED_BASE()
70 bool LookupCondition(Node* condition, Node** branch, bool* is_true) const; in NON_EXPORTED_BASE()