Home
last modified time | relevance | path

Searched refs:RemovePreds (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp370 bb->RemovePreds(mergee); in MergeBB()
473 succ->RemovePreds(*it); in FlushUnReachableStatusAndRemoveRelations()
483 succ->RemovePreds(*it); in FlushUnReachableStatusAndRemoveRelations()
493 sucBB->RemovePreds(curBB); in RemoveBB()
507 fallthruSuc->RemovePreds(curBB); in RemoveBB()
545 curBB.GetNext()->RemovePreds(curBB); in RemoveBB()
760 sucBB->RemovePreds(*unreachBB); in UnreachCodeAnalysis()
Dcfgo.cpp156 sucBB.RemovePreds(curBB); in RemoveGotoInsn()
437 sucBB.RemovePreds(curBB); in SkipSucBB()
715 bb->RemovePreds(curBB); in Optimize()
815 curBB.RemovePreds(*bb); in Optimize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h514 void RemovePreds(BB &bb) in RemovePreds() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp2022 sBB->RemovePreds(*bb); in ConvertToTailCalls()
Daarch64_cgfunc.cpp11708 targetBB->RemovePreds(*bb); in InsertJumpPad()