Home
last modified time | relevance | path

Searched defs:firstNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_dependence.cpp194 void AArch64DepAnalysis::ReplaceDepNodeWithNewInsn(DepNode &firstNode, DepNode &secondNode, Insn &n… in ReplaceDepNodeWithNewInsn()
234 void AArch64DepAnalysis::CombineClinit(DepNode &firstNode, DepNode &secondNode, bool isAcrossSepara… in CombineClinit()
255 void AArch64DepAnalysis::CombineMemoryAccessPair(DepNode &firstNode, DepNode &secondNode, bool useF… in CombineMemoryAccessPair()
297 void AArch64DepAnalysis::CombineDependence(DepNode &firstNode, DepNode &secondNode, bool isAcrossSe… in CombineDependence()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dschedule.cpp132 DepNode *firstNode = nodes.front(); in Init() local
886 DepNode *firstNode = nodes.front(); in InitBruteForceScheduling() local