Searched defs:node2 (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | dominance.h | 227 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/ |
| D | reg_alloc_interference_graph_new_test.cpp | 141 ColorNode node2(1, allocator.Adapter()); variable 248 auto *node2 = ig.AllocNode(); variable
|
| D | reg_alloc_interference_graph_test.cpp | 76 auto *node2 = gr.AllocNode(); in TEST_F() local
|
| D | compiler_regalloc_test.cpp | 256 auto *node2 = gr.AllocNode(); in __anon6069078b0802() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | list_scheduler.h | 205 static bool DelayRankScheduleInsns(const DepNode *node1, const DepNode *node2) in DelayRankScheduleInsns()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_interference_graph_test.cpp | 84 auto *node2 = gr.AllocNode(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | list_scheduler.cpp | 165 bool ListScheduler::CriticalPathRankScheduleInsns(const DepNode *node1, const DepNode *node2) in CriticalPathRankScheduleInsns()
|
| D | schedule.cpp | 146 bool RegPressureSchedule::DepNodePriorityCmp(const DepNode *node1, const DepNode *node2) in DepNodePriorityCmp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_schedule.cpp | 719 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/ |
| D | ea_connection_graph.cpp | 1037 …ectionGraph::UpdateCallerEdgesInternal(EACGObjectNode *node1, int32 fieldID, EACGObjectNode *node2) in UpdateCallerEdgesInternal()
|