| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 199 auto lastInst = block->GetLastInst(); in IsConditionChainCounter() local 233 auto lastInst = block->GetLastInst(); in GetConditionChainTrueSuccessorCounter() local 258 auto lastInst = block->GetLastInst(); in GetConditionChainFalseSuccessorCounter() local 289 auto lastInst = block->GetLastInst(); in LeastLikelySuccessorByPreference() local 370 auto lastInst = predBlock->GetLastInst(); in MarkSideExitsBlocks() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | licm_conditions.cpp | 54 auto lastInst = bb->GetLastInst(); in MarkHoistableInst() local 104 auto lastInst = bb->GetLastInst(); in IsHoistable() local
|
| D | if_conversion.cpp | 207 auto lastInst = bb->GetLastInst(); in LoopInvariantPreventConversion() local
|
| D | try_catch_resolving.cpp | 77 auto lastInst = pred->GetLastInst(); in DeoptimizeIfs() local
|
| D | licm.cpp | 175 auto *lastInst = preHeader->GetLastInst(); in MoveInstToPreHeader() local
|
| D | simplify_string_builder.cpp | 882 Inst *SimplifyStringBuilder::HoistInstructionToPreHeader(BasicBlock *preHeader, Inst *lastInst, Ins… in HoistInstructionToPreHeader() 933 …gBuilder::HoistInstructionToPreHeaderRecursively(BasicBlock *preHeader, Inst *lastInst, Inst *inst, in HoistInstructionToPreHeaderRecursively()
|
| D | lse.cpp | 1031 auto lastInst = loop->GetPreHeader()->GetLastInst(); in ApplyHoistToCandidate() local
|
| D | inlining.cpp | 1021 … auto lastInst = !bb->IsEmpty() ? bb->GetLastInst() : bb->GetPredsBlocks()[0]->GetLastInst(); in ProcessCallReturnInstructions() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | basicblock.h | 617 auto lastInst = (block.firstInst_ != nullptr) ? block.lastInst_ : nullptr; variable 755 auto lastInst = (block.firstInst_ != nullptr) ? block.lastInst_ : nullptr; variable
|
| D | graph_checker.h | 441 [[maybe_unused]] auto lastInst = *block->AllInstsSafeReverse().begin(); in CheckContrlFlowInst() local
|
| D | graph.cpp | 794 auto lastInst = block->GetLastInst(); in GetBranchCounter() local 818 auto lastInst = block->GetLastInst(); in GetThrowCounter() local
|
| D | graph_checker.cpp | 828 auto lastInst = block.GetLastInst(); in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | constant_propagation.cpp | 166 Inst *lastInst = bb->GetLastInst(); in VisitInsts() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 109 auto lastInst = preEnd->GetLastInst(); in SetMemoryBarrierFlag() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 144 auto lastInst = bb->GetLastInst(); in TryCreateSingleScope() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_linear_scan_test.cpp | 1236 auto lastInst = INS(4U).GetBasicBlock()->GetLastInst(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 444 Inst *lastInst = param; in SRC_GRAPH() local
|