Home
last modified time | relevance | path

Searched refs:RemoveInst (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h74 inst->GetBasicBlock()->RemoveInst(inst); in Run()
77 phi->GetBasicBlock()->RemoveInst(phi); in Run()
Dinst_builder.cpp341 block->RemoveInst(inst); in CleanupCatchPhis()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp182 bb->RemoveInst(phi); in RemoveDeadPhi()
222 succ->RemoveInst(phi); in ProcessBB()
285 bb->RemoveInst(inst); in Dce()
398 bb->RemoveInst(inst); in Removal()
643 basic_block->RemoveInst(phi); in PhiChecker()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp274 block->RemoveInst(inst); in ResolveCatchPhis()
336 new_catch_phi->GetBasicBlock()->RemoveInst(new_catch_phi); in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_basicblock_test.cpp222 start_block->RemoveInst(graph->GetFirstConstInst()); in __anon9f1e038e0702()
226 bb->RemoveInst(inst); in __anon9f1e038e0702()
Drpo_test.cpp122 D->RemoveInst(&INS(9)); in TEST_F()
Dinst_test.cpp119 INS(3).GetBasicBlock()->RemoveInst(&INS(3)); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.cpp160 bb->RemoveInst(phi); in RemovePhiProcessing()
580 void BasicBlock::RemoveInst(Inst *inst) in RemoveInst() function in panda::compiler::BasicBlock
598 RemoveInst(inst); in Clear()
Dgraph.cpp202 block->RemoveInst(phi); in RemovePredecessorUpdateDF()
239 pred->RemoveInst(last); in RemovePredecessors()
Dgraph_cloner.cpp502 last_block->RemoveInst(ifimm); in RemoveLoopBackEdge()
510 header->RemoveInst(phi); in RemoveLoopBackEdge()
521 unroll_data->outer->RemoveInst(phi); in RemoveLoopBackEdge()
Dbasicblock.h268 void RemoveInst(Inst *inst);
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md164 bb->RemoveInst(inst);