Home
last modified time | relevance | path

Searched defs:domChildren (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_dominance.h180 MapleVector<MapleVector<uint32>> domChildren; // index is bb id; for dom tree variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_ssa.cpp125 const auto &domChildren = domInfo->GetDomChildren(bbID); in RenameVariablesForBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h502 MapleVector<MapleVector<NodeId>> domChildren; // index is node id; for dom tree variable