Home
last modified time | relevance | path

Searched defs:lenArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp408 auto lenArray = inst->GetInput(0).GetInst(); in VisitBoundsCheck() local
558 Loop *ChecksElimination::GetLoopForBoundsCheck(BasicBlock *block, Inst *lenArray, Inst *index) in GetLoopForBoundsCheck()
600 auto *lenArray = helpers.first; in PushNewBoundsCheck() local
976 Inst *ChecksElimination::InsertNewLenArray(Inst *lenArray, Inst *ss) in InsertNewLenArray()
1030 auto *lenArray = insts.first; in NeedUpperDeoptimization() local
1095 bool ChecksElimination::TryInsertDeoptimization(LoopInfo loopInfo, Inst *lenArray, int64_t maxAdd, … in TryInsertDeoptimization()
1140 bool ChecksElimination::TryInsertUpperDeoptimization(LoopInfo loopInfo, Inst *lenArray, BoundsRange… in TryInsertUpperDeoptimization()
1182 void ChecksElimination::HoistLoopInvariantBoundsChecks(Inst *lenArray, GroupedBoundsChecks *indexBo… in HoistLoopInvariantBoundsChecks()
1202 Inst *lenArray) in ProcessingGroupBoundsCheck()
Dreserve_string_builder_buffer.cpp256 auto lenArray = graph->CreateInstLenArray(DataType::INT32, ctorCall->GetPc(), arg); in CreateStringBuilderConstructorArgumentLength() local
Dpeepholes.cpp2841 bool Peepholes::OptimizeLenArrayForMultiArray(Inst *lenArray, Inst *inst, size_t indexSize) in OptimizeLenArrayForMultiArray()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dchecks_elimination_test.cpp262 Graph *PhiTestInput(int32_t index, int32_t lenArray, int32_t mod) in PhiTestInput()
306 Graph *PhiTestOutput1(int32_t index, int32_t lenArray, int32_t mod) in PhiTestOutput1()
352 void PhiTest(int32_t index, int32_t lenArray, int32_t mod) in PhiTest()
Dliveness_analyzer_test.cpp359 auto lenArray = livenessAnalyzer->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp105 Inst *lenArray = inst; in GetStringFromLength() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp1114 auto lenArray = upperRange.GetLenArray(); in ProcessIndexPhi() local
1174 auto *lenArray = bri->FindBoundsRange(initPhi->GetBasicBlock(), initPhi).GetLenArray(); in ProcessInitPhi() local