Home
last modified time | relevance | path

Searched defs:node1 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp814 AArch64Schedule::CSRResult AArch64Schedule::DoCSR(DepNode &node1, DepNode &node2, in DoCSR()
878 AArch64Schedule::CSRResult AArch64Schedule::ScheduleCrossCall(const DepNode &node1, const DepNode &… in ScheduleCrossCall() argument
899 bool AArch64Schedule::CompareDepNode(DepNode &node1, DepNode &node2, AArch64ScheduleProcessInfo &sc… in CompareDepNode()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp73 auto *node1 = gr.AllocNode(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp72 auto *node1 = gr.AllocNode(); in TEST_F() local
Dcompiler_regalloc_test.cpp252 auto *node1 = gr.AllocNode(); in __anonb7fcf74c0802() local
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp223 cJSON *node1 = cJSON_CreateString("test"); in HWTEST_F_L0() local
Dpt_types_test.cpp693 ProfileNode node1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dschedule.cpp145 bool RegPressureSchedule::DepNodePriorityCmp(const DepNode *node1, const DepNode *node2) in DepNodePriorityCmp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp1035 void EAConnectionGraph::UpdateCallerEdgesInternal(EACGObjectNode *node1, int32 fieldID, EACGObjectN… in UpdateCallerEdgesInternal()