Home
last modified time | relevance | path

Searched defs:node2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp77 auto *node2 = gr.AllocNode(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp76 auto *node2 = gr.AllocNode(); in TEST_F() local
Dcompiler_regalloc_test.cpp256 auto *node2 = gr.AllocNode(); in __anonb7fcf74c0802() local
/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()
899 bool AArch64Schedule::CompareDepNode(DepNode &node1, DepNode &node2, AArch64ScheduleProcessInfo &sc… in CompareDepNode()
/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 …ectionGraph::UpdateCallerEdgesInternal(EACGObjectNode *node1, int32 fieldID, EACGObjectNode *node2) in UpdateCallerEdgesInternal()