Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc75 bool IsEffectBranchPoint(Node* node);
1068 bool EscapeStatusAnalysis::IsEffectBranchPoint(Node* node) { in IsEffectBranchPoint() function in v8::internal::compiler::EscapeStatusAnalysis
1237 if (status_analysis_->IsEffectBranchPoint(effect)) { in ForwardVirtualState()