Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h227 bool Dominate(const BaseGraphNode &node1, const BaseGraphNode &node2) const in Dominate()
385 BaseGraphNode *Intersect(BaseGraphNode &node1, const BaseGraphNode &node2) const in Intersect()
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_new_test.cpp139 ColorNode node1(0, allocator.Adapter()); variable
244 auto *node1 = ig.AllocNode(); variable
Dreg_alloc_interference_graph_test.cpp72 auto *node1 = gr.AllocNode(); in TEST_F() local
Dcompiler_regalloc_test.cpp252 auto *node1 = gr.AllocNode(); in __anon6069078b0802() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlist_scheduler.h205 static bool DelayRankScheduleInsns(const DepNode *node1, const DepNode *node2) in DelayRankScheduleInsns()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp719 AArch64Schedule::CSRResult AArch64Schedule::DoCSR(DepNode &node1, DepNode &node2, in DoCSR()
783 AArch64Schedule::CSRResult AArch64Schedule::ScheduleCrossCall(const DepNode &node1, const DepNode &… in ScheduleCrossCall() argument
804 bool AArch64Schedule::CompareDepNode(DepNode &node1, DepNode &node2, AArch64ScheduleProcessInfo &sc… in CompareDepNode()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp80 auto *node1 = gr.AllocNode(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlist_scheduler.cpp165 bool ListScheduler::CriticalPathRankScheduleInsns(const DepNode *node1, const DepNode *node2) in CriticalPathRankScheduleInsns()
Dschedule.cpp146 bool RegPressureSchedule::DepNodePriorityCmp(const DepNode *node1, const DepNode *node2) in DepNodePriorityCmp()
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp223 cJSON *node1 = cJSON_CreateString("test"); in HWTEST_F_L0() local
Dpt_types_test.cpp709 ProfileNode node1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp1037 void EAConnectionGraph::UpdateCallerEdgesInternal(EACGObjectNode *node1, int32 fieldID, EACGObjectN… in UpdateCallerEdgesInternal()