Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp364 bb->RemoveEhPreds(mergee); in MergeBB()
474 succ->RemoveEhPreds(*it); in FlushUnReachableStatusAndRemoveRelations()
482 succ->RemoveEhPreds(*it); in FlushUnReachableStatusAndRemoveRelations()
540 ehSucc->RemoveEhPreds(curBB); in RemoveBB()
763 ehSucBB->RemoveEhPreds(*unreachBB); in UnreachCodeAnalysis()
Dcfgo.cpp719 bb->RemoveEhPreds(curBB); in Optimize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h522 void RemoveEhPreds(BB &bb) in RemoveEhPreds() function