Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc516 DCHECK(!graph_->IsInSsaForm()); in BuildSsa()
Dgraph_checker.cc142 if (GetGraph()->IsInSsaForm() && !block->EndsWithControlFlowInstruction()) { in VisitBasicBlock()
Dnodes.cc1838 DCHECK(!graph_->IsInSsaForm()) << "Support for SSA form not implemented."; in SplitBefore()
1868 DCHECK(!graph_->IsInSsaForm()) << "Support for SSA form not implemented."; in CreateImmediateDominator()
Dnodes.h430 bool IsInSsaForm() const { return in_ssa_form_; } in IsInSsaForm() function