Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h410 void InsertSucc(const MapleList<BB *>::iterator &it, BB &bb) in InsertSucc() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp405 curBB.InsertSucc(origIt, *gotoTarget); in UpdateSwitchSucc()
Dcg_cfg.cpp843 pred.InsertSucc(origIt, newBB); in UpdatePredsSuccsAfterSplit()