Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dinsn.cpp129 bool Insn::HasLoop() const in HasLoop() function in maplebe::Insn
132 return md->HasLoop(); in HasLoop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_proepilog.h58 bool HasLoop();
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinlining_test.cpp229 ASSERT_FALSE(GetGraph()->HasLoop()); in TEST_F()
236 ASSERT_TRUE(GetGraph()->HasLoop()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h140 bool HasLoop() const in HasLoop() function
Dgraph_linearizer.h408 bool HasLoop() const in HasLoop() function
Dbytecode_circuit_builder.h469 return (!HasTryCatch()) && frameStateBuilder_.HasLoop(); in EnableLoopOptimization()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h332 bool HasLoop() const in HasLoop() function
Dinsn.h215 bool HasLoop() const;
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp406 bool Graph::HasLoop() const in HasLoop() function in panda::compiler::Graph
Dgraph.h645 bool HasLoop() const;
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp605 EXPECT_TRUE(graph->HasLoop()); in __anona429afd51002()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp600 bool Graph::HasLoop() const in HasLoop() function in panda::compiler::Graph
Dgraph.h766 bool HasLoop() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp66 bool AArch64GenProEpilog::HasLoop() in HasLoop() function in maplebe::AArch64GenProEpilog
76 if (insn->HasLoop()) { in HasLoop()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1105 if (graphInl->HasLoop()) { in CheckLoops()