Home
last modified time | relevance | path

Searched refs:effect_input (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.cc189 Node* effect_input = NodeProperties::GetEffectInput(node); in TryPullTrapIntoMerge() local
190 if (!(effect_input->opcode() == IrOpcode::kEffectPhi && in TryPullTrapIntoMerge()
191 NodeProperties::GetControlInput(effect_input) == merge)) { in TryPullTrapIntoMerge()
208 condition, NodeProperties::GetEffectInput(effect_input, edge.index()), in TryPullTrapIntoMerge()

Completed in 1 milliseconds