Home
last modified time | relevance | path

Searched refs:RemoveInput (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp205 save_state->RemoveInput(idx); in RemoveNotDominateInputs()
339 user.GetInst()->RemoveInput(user.GetIndex()); in CleanupCatchPhis()
Dphi_resolver.h65 save_state->RemoveInput(idx); in Run()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp424 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput() function in panda::compiler::CatchPhiInst
426 Inst::RemoveInput(index); in RemoveInput()
Dgraph.cpp207 phi->CastToPhi()->RemoveInput(rm_index); in RemovePredecessorUpdateDF()
484 catch_phi->RemoveInput(index); in RemoveThrowableInst()
Dinst.h1105 virtual void RemoveInput(unsigned index) in RemoveInput() function
1120 RemoveInput(inputs_count - 1); in RemoveInputs()
1140 user.GetInst()->RemoveInput(user.GetIndex()); in RemoveUsers()
2402 RemoveInput(idx); in RemoveNumericInputs()
2796 void RemoveInput(unsigned index) override;
Dgraph_cloner.cpp759 phi->RemoveInput(rm_idx_max == back_edge_idx ? phi_back_edge_idx : phi_pre_header_idx); in CreateNewOutsideSucc()
760 phi->RemoveInput(rm_idx_min == pre_header_idx ? phi_pre_header_idx : phi_back_edge_idx); in CreateNewOutsideSucc()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp146 phi->RemoveInput(phi_idx); in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp227 phi->CastToPhi()->RemoveInput(rm_index); in ProcessBB()
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp521 INS(3).RemoveInput(pred_bb_idx); in TEST_F()