Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h95 ehSuccs(mallocator.Adapter()), in BB()
428 return ehSuccs; in GetEhSuccs()
488 ehSuccs.push_back(&bb); in PushBackEhSuccs()
528 ehSuccs.remove(&bb); in RemoveEhSuccs()
544 ehSuccs.clear(); in ClearEhSuccs()
938 MapleList<BB *> ehSuccs; variable
Dlive.h56 const MapleList<BB *> &ehSuccs);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp96 const MapleList<BB *> &ehSuccs) in GenerateLiveInByDefUse() argument
107 if (!ehSuccs.empty()) { in GenerateLiveInByDefUse()
110 for (auto ehSucc : ehSuccs) { in GenerateLiveInByDefUse()