Home
last modified time | relevance | path

Searched defs:lastInst (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp199 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/
Dlicm_conditions.cpp54 auto lastInst = bb->GetLastInst(); in MarkHoistableInst() local
104 auto lastInst = bb->GetLastInst(); in IsHoistable() local
Dif_conversion.cpp207 auto lastInst = bb->GetLastInst(); in LoopInvariantPreventConversion() local
Dtry_catch_resolving.cpp77 auto lastInst = pred->GetLastInst(); in DeoptimizeIfs() local
Dlicm.cpp175 auto *lastInst = preHeader->GetLastInst(); in MoveInstToPreHeader() local
Dsimplify_string_builder.cpp882 Inst *SimplifyStringBuilder::HoistInstructionToPreHeader(BasicBlock *preHeader, Inst *lastInst, Ins… in HoistInstructionToPreHeader()
933 …gBuilder::HoistInstructionToPreHeaderRecursively(BasicBlock *preHeader, Inst *lastInst, Inst *inst, in HoistInstructionToPreHeaderRecursively()
Dlse.cpp1031 auto lastInst = loop->GetPreHeader()->GetLastInst(); in ApplyHoistToCandidate() local
Dinlining.cpp1021 … auto lastInst = !bb->IsEmpty() ? bb->GetLastInst() : bb->GetPredsBlocks()[0]->GetLastInst(); in ProcessCallReturnInstructions() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.h617 auto lastInst = (block.firstInst_ != nullptr) ? block.lastInst_ : nullptr; variable
755 auto lastInst = (block.firstInst_ != nullptr) ? block.lastInst_ : nullptr; variable
Dgraph_checker.h441 [[maybe_unused]] auto lastInst = *block->AllInstsSafeReverse().begin(); in CheckContrlFlowInst() local
Dgraph.cpp794 auto lastInst = block->GetLastInst(); in GetBranchCounter() local
818 auto lastInst = block->GetLastInst(); in GetThrowCounter() local
Dgraph_checker.cpp828 auto lastInst = block.GetLastInst(); in CheckUserOfInt32() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp166 Inst *lastInst = bb->GetLastInst(); in VisitInsts() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp109 auto lastInst = preEnd->GetLastInst(); in SetMemoryBarrierFlag() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp144 auto lastInst = bb->GetLastInst(); in TryCreateSingleScope() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp1236 auto lastInst = INS(4U).GetBasicBlock()->GetLastInst(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp444 Inst *lastInst = param; in SRC_GRAPH() local