Home
last modified time | relevance | path

Searched refs:PushBackSuccs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp69 curBB->PushBackSuccs(*fallthruBB); in BuildCFG()
82 curBB->PushBackSuccs(*brToBB); in BuildCFG()
98 curBB->PushBackSuccs(*gotoBB); in BuildCFG()
107 curBB->PushBackSuccs(*igotobb); in BuildCFG()
119 curBB->PushBackSuccs(*gotoBB); in BuildCFG()
129 curBB->PushBackSuccs(*fallthruBB); in BuildCFG()
372 merger.PushBackSuccs(*bb); in MergeBB()
530 preBB->PushBackSuccs(*fallthruSuc); in RemoveBB()
534 preBB->PushBackSuccs(*sucBB); in RemoveBB()
834 newBB.PushBackSuccs(succ); in UpdatePredsSuccsAfterSplit()
Dcfgo.cpp154 curBB.PushBackSuccs(*curBB.GetNext()); in RemoveGotoInsn()
208 curBB.PushBackSuccs(*newTarget); in ClearCurBBAndResetTargetBB()
436 curBB.PushBackSuccs(*gotoTarget); in SkipSucBB()
577 ftBB->PushBackSuccs(*brBB); in Optimize()
582 curBB.PushBackSuccs(*tgtBB); in Optimize()
812 bb->PushBackSuccs(*item); in Optimize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h478 void PushBackSuccs(BB &bb) in PushBackSuccs() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp437 bb.PushBackSuccs(*nextBB); in GenStackGuardCheckInsn()
451 bb.PushBackSuccs(*newBB); in GenStackGuardCheckInsn()
452 nextBB->PushBackSuccs(*newBB); in GenStackGuardCheckInsn()
Daarch64_peep.cpp3395 bb.PushBackSuccs(*nextBBTarget); in Run()
Daarch64_cgfunc.cpp11689 bb->PushBackSuccs(*longBrBB); in InsertJumpPad()
11699 longBrBB->PushBackSuccs(*targetBB); in InsertJumpPad()