Home
last modified time | relevance | path

Searched refs:RemoveInput (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp204 save_state->RemoveInput(idx); in RemoveNotDominateInputs()
338 user.GetInst()->RemoveInput(user.GetIndex()); in CleanupCatchPhis()
H A Dphi_resolver.h69 save_state->RemoveInput(idx); in Run()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h254 userInst->RemoveInput(userIt->GetIndex()); in TryRemoveFromSaveStates()
298 saveState->RemoveInput(idx); in RemovePhiInst()
H A Dinst_builder.cpp470 saveState->RemoveInput(idx); in RemoveNotDominateInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp429 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput() function in CatchPhiInst
431 Inst::RemoveInput(index); in RemoveInput()
H A Dgraph.cpp208 phi->CastToPhi()->RemoveInput(rm_index); in RemovePredecessorUpdateDF()
485 catch_phi->RemoveInput(index); in RemoveThrowableInst()
H A Dinst.h1106 virtual void RemoveInput(unsigned index) in RemoveInput() function in panda::compiler::inst_flags::final
1121 RemoveInput(inputs_count - 1); in RemoveInputs()
1141 user.GetInst()->RemoveInput(user.GetIndex()); in RemoveUsers()
2405 RemoveInput(idx); in RemoveNumericInputs()
2801 void RemoveInput(unsigned index) override;
H A Dgraph_cloner.cpp762 phi->RemoveInput(rm_idx_max == back_edge_idx ? phi_back_edge_idx : phi_pre_header_idx); in CreateNewOutsideSucc()
763 phi->RemoveInput(rm_idx_min == pre_header_idx ? phi_pre_header_idx : phi_back_edge_idx); in CreateNewOutsideSucc()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.cpp555 phi->RemoveInput(phi->CastToPhi()->GetPredBlockIndex(preHeader)); in RemoveLoopPreHeader()
798 phi->RemoveInput(rmIdxMax == backEdgeIdx ? phiBackEdgeIdx : phiPreHeaderIdx); in CreateNewOutsideSucc()
799 phi->RemoveInput(rmIdxMin == preHeaderIdx ? phiPreHeaderIdx : phiBackEdgeIdx); in CreateNewOutsideSucc()
H A Dinst.cpp723 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput() function in CatchPhiInst
725 Inst::RemoveInput(index); in RemoveInput()
H A Dgraph.cpp265 phi->CastToPhi()->RemoveInput(rmIndex); in RemovePredecessorUpdateDF()
729 catchPhi->RemoveInput(index); in RemoveThrowableInst()
H A Dbasicblock.cpp907 phi->CastToPhi()->RemoveInput(index);
939 phi->CastToPhi()->RemoveInput(index);
H A Danalysis.cpp629 ss->RemoveInput(indexInput); in DeleteUnrealObjInSaveState()
H A Dinst.h1381 virtual void RemoveInput(unsigned index) in RemoveInput() function
1394 RemoveInput(inputsCount - 1); in RemoveInputs()
1412 user.GetInst()->RemoveInput(user.GetIndex()); in RemoveUsers()
3831 RemoveInput(idx); in RemoveNumericInputs()
6634 void RemoveInput(unsigned index) override;
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dloop_analyzer.cpp147 phi->RemoveInput(phi_idx); in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dloop_analyzer.cpp147 phi->RemoveInput(phiIdx); in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dif_merging.cpp282 phi->RemoveInput(i - 1); in SplitBlockWithConstantPhi()
H A Dtry_catch_resolving.cpp280 userInst->RemoveInput(user.GetIndex()); in RemoveCatchPhisImpl()
H A Dlicm_conditions.cpp405 phi->RemoveInput(i); in UpdatePhis()
H A Dcleanup.cpp252 phi->CastToPhi()->RemoveInput(rmIndex); in ProcessBB()
H A Dlowering.cpp1186 saveState->RemoveInput(idx); in LowerStateInst()
H A Dinlining.cpp287 callInst->RemoveInput(callInst->GetInputsCount() - 1); in TryInline()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp225 phi->CastToPhi()->RemoveInput(rm_index); in ProcessBB()
/arkcompiler/runtime_core/compiler/tests/
H A Dinst_test.cpp521 INS(3).RemoveInput(pred_bb_idx); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dinst_test.cpp527 INS(3U).RemoveInput(predBbIdx); in TEST_F()

Completed in 38 milliseconds

12