Home
last modified time | relevance | path

Searched refs:nodeId2 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h247 bool Dominate(const uint32 nodeId1, const uint32 nodeId2) const in Dominate() argument
249 if (nodeId1 == nodeId2) { in Dominate()
252 uint32 curId = nodeId2; in Dominate()