Searched refs:IsDanglingEffectNode (Results 1 – 2 of 2) sorted by relevance
122 bool IsDanglingEffectNode(Node* node);
809 !IsDanglingEffectNode(use)) { in RunObjectAnalysis()820 IsDanglingEffectNode(use)) { in RunObjectAnalysis()833 bool EscapeAnalysis::IsDanglingEffectNode(Node* node) { in IsDanglingEffectNode() function in v8::internal::compiler::EscapeAnalysis939 node->opcode() != IrOpcode::kLoad && IsDanglingEffectNode(node)) { in ForwardVirtualState()