Home
last modified time | relevance | path

Searched refs:HasIrreducibleLoop (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.h584 bool HasIrreducibleLoop() const in HasIrreducibleLoop() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
616 return IsPreAnalysis() || HasIrreducibleLoop(); in TerminateAnalysis()
H A Dpass_manager.cpp136 if (builder_->HasIrreducibleLoop()) { in Compile()
H A Daot_compiler_preprocessor.cpp252 if (builder.HasIrreducibleLoop()) { in AnalyzeGraph()
H A Dframe_states.cpp1362 if (numLoops_ != 0 && !bcBuilder_->HasIrreducibleLoop()) { in ComputeLoopInfo()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dhotness_propagation.h31 if (graph_->HasIrreducibleLoop()) { in Run()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp295 if (graph->HasIrreducibleLoop()) { in OptimizeFunction()
/arkcompiler/runtime_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp468 if (graph->HasIrreducibleLoop()) { in OptimizeFunction()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp413 bool Graph::HasIrreducibleLoop() const in HasIrreducibleLoop() function in panda::compiler::Graph
H A Dgraph.h648 bool HasIrreducibleLoop() const;
H A Dgraph_cloner.cpp81 new_graph->SetHasIrreducibleLoop(GetGraph()->HasIrreducibleLoop()); in CloneAnalyses()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp607 bool Graph::HasIrreducibleLoop() const in HasIrreducibleLoop() function in ark::compiler::Graph
H A Dgraph.h804 bool HasIrreducibleLoop() const;
H A Dgraph_cloner.cpp80 newGraph->SetHasIrreducibleLoop(GetGraph()->HasIrreducibleLoop()); in CloneAnalyses()

Completed in 19 milliseconds