Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.h42 bool TryWireInStateEffect(Node* node, Node* frame_state, Node** effect,
Deffect-control-linearizer.cc511 if (TryWireInStateEffect(node, *frame_state, effect, control)) { in ProcessNode()
597 bool EffectControlLinearizer::TryWireInStateEffect(Node* node, in TryWireInStateEffect() function in v8::internal::compiler::EffectControlLinearizer