Home
last modified time | relevance | path

Searched refs:RemovePred (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp123 exit->RemovePred(D); in TEST_F()
Dinst_test.cpp520 BB(5).RemovePred(&BB(3)); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp124 this->RemovePred(pred); in InsertEmptyBlockBefore()
346 other->RemovePred(this); in SelectsFixLoopInfo()
Dgraph_cloner.cpp514 header->RemovePred(last_block); in RemoveLoopBackEdge()
763 outside_succ->RemovePred(rm_idx_max); in CreateNewOutsideSucc()
764 outside_succ->RemovePred(rm_idx_min); in CreateNewOutsideSucc()
Dbasicblock.h327 void RemovePred(const BasicBlock *pred) in RemovePred() function
334 void RemovePred(size_t index) in RemovePred() function
Dgraph.cpp212 block->RemovePred(rm_pred); in RemovePredecessorUpdateDF()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h116 bool RemovePred(GateRegion* removedRegion) in RemovePred() function
Dgraph_linearizer.cpp901 to->RemovePred(from); in MoveAndClear()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp161 header->RemovePred(edge); in UpdateControlFlowWithPreHeader()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp230 succ->RemovePred(pred); in ProcessBB()