HomeSort by relevance Sort by last modified time
    Searched refs:HasIrreducibleLoops (Results 1 - 12 of 12) sorted by null

  /art/compiler/optimizing/
pc_relative_fixups_mips.cc 135 if (graph_->HasIrreducibleLoops()) {
linear_order.cc 125 DCHECK(graph->HasIrreducibleLoops() || IsLinearOrderWellFormed(graph, linear_order));
pc_relative_fixups_x86.cc 167 bool has_irreducible_loops = GetGraph()->HasIrreducibleLoops();
dead_code_elimination.cc 372 if (!graph_->HasIrreducibleLoops()) {
register_allocation_resolver.cc 410 return instruction->GetBlock()->GetGraph()->HasIrreducibleLoops() &&
435 if (codegen_->GetGraph()->HasIrreducibleLoops() &&
459 if (codegen_->GetGraph()->HasIrreducibleLoops() &&
gvn.cc 317 instruction->GetBlock()->GetGraph()->HasIrreducibleLoops()) {
ssa_liveness_analysis.h     [all...]
inliner.cc     [all...]
loop_optimization.cc 298 if (!graph_->HasLoops() || graph_->HasTryCatch() || graph_->HasIrreducibleLoops()) {
    [all...]
nodes.cc     [all...]
code_generator_mips.cc     [all...]
nodes.h 580 bool HasIrreducibleLoops() const { return has_irreducible_loops_; }
    [all...]

Completed in 185 milliseconds