Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp114 for (auto labelIdx : curBB->GetRangeGotoLabelVec()) { in BuildCFG()
911 const MapleVector<LabelIdx> &labelVec = pred.GetRangeGotoLabelVec(); in BreakCriticalEdge()
Dcfgo.cpp365 const MapleVector<LabelIdx> &labelVec = curBB.GetRangeGotoLabelVec(); in UpdateSwitchSucc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h735 const MapleVector<LabelIdx> &GetRangeGotoLabelVec() const in GetRangeGotoLabelVec() function