Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dphi_resolver.h254 userInst->RemoveInput(userIt->GetIndex()); in TryRemoveFromSaveStates()
298 saveState->RemoveInput(idx); in RemovePhiInst()
Dinst_builder.cpp285 saveState->RemoveInput(idx); in RemoveNotDominateInputs()
/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/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp226 userInst->RemoveInput(user.GetIndex()); in RemoveCatchPhisImpl()
Dif_merging.cpp282 phi->RemoveInput(i - 1); in SplitBlockWithConstantPhi()
Dlicm_conditions.cpp405 phi->RemoveInput(i); in UpdatePhis()
Dcleanup.cpp241 phi->CastToPhi()->RemoveInput(rmIndex); in ProcessBB()
Dinlining.cpp248 callInst->RemoveInput(callInst->GetInputsCount() - 1); in TryInline()
Dlowering.cpp1053 saveState->RemoveInput(idx); in LowerStateInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp578 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput() function in panda::compiler::CatchPhiInst
580 Inst::RemoveInput(index); in RemoveInput()
Dgraph_cloner.cpp539 phi->RemoveInput(phi->CastToPhi()->GetPredBlockIndex(preHeader)); in RemoveLoopPreHeader()
780 phi->RemoveInput(rmIdxMax == backEdgeIdx ? phiBackEdgeIdx : phiPreHeaderIdx); in CreateNewOutsideSucc()
781 phi->RemoveInput(rmIdxMin == preHeaderIdx ? phiPreHeaderIdx : phiBackEdgeIdx); in CreateNewOutsideSucc()
Dgraph.cpp265 phi->CastToPhi()->RemoveInput(rmIndex); in RemovePredecessorUpdateDF()
720 catchPhi->RemoveInput(index); in RemoveThrowableInst()
Dbasicblock.cpp476 phi->CastToPhi()->RemoveInput(index); in GenerateSelect()
508 phi->CastToPhi()->RemoveInput(index); in GenerateSelects()
Danalysis.cpp490 ss->RemoveInput(indexInput); in DeleteUnrealObjInSaveState()
Dinst.h1483 virtual void RemoveInput(unsigned index) in RemoveInput() function
1496 RemoveInput(inputsCount - 1); in RemoveInputs()
1514 user.GetInst()->RemoveInput(user.GetIndex()); in RemoveUsers()
4002 RemoveInput(idx); in RemoveNumericInputs()
6983 void RemoveInput(unsigned index) override;
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp146 phi->RemoveInput(phiIdx); in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp146 phi->RemoveInput(phi_idx); in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp518 INS(3U).RemoveInput(predBbIdx); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp521 INS(3).RemoveInput(pred_bb_idx); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp227 phi->CastToPhi()->RemoveInput(rm_index); in ProcessBB()

12