Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.h61 Node* LowerCheckIf(Node* node, Node* frame_state);
Deffect-control-linearizer.cc665 result = LowerCheckIf(node, frame_state); in TryWireInStateEffect()
1232 Node* EffectControlLinearizer::LowerCheckIf(Node* node, Node* frame_state) { in LowerCheckIf() function in v8::internal::compiler::EffectControlLinearizer