Home
last modified time | relevance | path

Searched defs:node2 (Results 1 – 10 of 10) 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.cpp141 ColorNode node2(1, allocator.Adapter()); variable
248 auto *node2 = ig.AllocNode(); variable
Dreg_alloc_interference_graph_test.cpp76 auto *node2 = gr.AllocNode(); in TEST_F() local
Dcompiler_regalloc_test.cpp256 auto *node2 = 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/runtime_core/static_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp84 auto *node2 = 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp719 AArch64Schedule::CSRResult AArch64Schedule::DoCSR(DepNode &node1, DepNode &node2, in DoCSR()
804 bool AArch64Schedule::CompareDepNode(DepNode &node1, DepNode &node2, AArch64ScheduleProcessInfo &sc… in CompareDepNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp1037 …ectionGraph::UpdateCallerEdgesInternal(EACGObjectNode *node1, int32 fieldID, EACGObjectNode *node2) in UpdateCallerEdgesInternal()