| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 254 userInst->RemoveInput(userIt->GetIndex()); in TryRemoveFromSaveStates() 298 saveState->RemoveInput(idx); in RemovePhiInst()
|
| D | inst_builder.cpp | 285 saveState->RemoveInput(idx); in RemoveNotDominateInputs()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 205 save_state->RemoveInput(idx); in RemoveNotDominateInputs() 339 user.GetInst()->RemoveInput(user.GetIndex()); in CleanupCatchPhis()
|
| D | phi_resolver.h | 65 save_state->RemoveInput(idx); in Run()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.cpp | 424 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput() function in panda::compiler::CatchPhiInst 426 Inst::RemoveInput(index); in RemoveInput()
|
| D | graph.cpp | 207 phi->CastToPhi()->RemoveInput(rm_index); in RemovePredecessorUpdateDF() 484 catch_phi->RemoveInput(index); in RemoveThrowableInst()
|
| D | inst.h | 1105 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;
|
| D | graph_cloner.cpp | 759 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/ |
| D | try_catch_resolving.cpp | 226 userInst->RemoveInput(user.GetIndex()); in RemoveCatchPhisImpl()
|
| D | if_merging.cpp | 282 phi->RemoveInput(i - 1); in SplitBlockWithConstantPhi()
|
| D | licm_conditions.cpp | 405 phi->RemoveInput(i); in UpdatePhis()
|
| D | cleanup.cpp | 241 phi->CastToPhi()->RemoveInput(rmIndex); in ProcessBB()
|
| D | inlining.cpp | 248 callInst->RemoveInput(callInst->GetInputsCount() - 1); in TryInline()
|
| D | lowering.cpp | 1053 saveState->RemoveInput(idx); in LowerStateInst()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.cpp | 578 void CatchPhiInst::RemoveInput(unsigned index) in RemoveInput() function in panda::compiler::CatchPhiInst 580 Inst::RemoveInput(index); in RemoveInput()
|
| D | graph_cloner.cpp | 539 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()
|
| D | graph.cpp | 265 phi->CastToPhi()->RemoveInput(rmIndex); in RemovePredecessorUpdateDF() 720 catchPhi->RemoveInput(index); in RemoveThrowableInst()
|
| D | basicblock.cpp | 476 phi->CastToPhi()->RemoveInput(index); in GenerateSelect() 508 phi->CastToPhi()->RemoveInput(index); in GenerateSelects()
|
| D | analysis.cpp | 490 ss->RemoveInput(indexInput); in DeleteUnrealObjInSaveState()
|
| D | inst.h | 1483 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/ |
| D | loop_analyzer.cpp | 146 phi->RemoveInput(phiIdx); in MovePhiInputsToPreHeader()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | loop_analyzer.cpp | 146 phi->RemoveInput(phi_idx); in MovePhiInputsToPreHeader()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_test.cpp | 518 INS(3U).RemoveInput(predBbIdx); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_test.cpp | 521 INS(3).RemoveInput(pred_bb_idx); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | cleanup.cpp | 227 phi->CastToPhi()->RemoveInput(rm_index); in ProcessBB()
|