Home
last modified time | relevance | path

Searched refs:SetCurrentMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp277 test->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in CreateNewTestInst()
283 test->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in CreateNewTestInst()
341 overflowCompare->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in FixCompareInst()
346 andInst->SetCurrentMethod(preHeaderCmp->GetCurrentMethod()); in FixCompareInst()
Dlowering.cpp380 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in VisitLoadFromConstantPool()
433 xorInst->SetCurrentMethod(inst->GetCurrentMethod()); in VisitCompare()
830 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in LowerOperationWithShiftedOperand()
990 newInst->SetCurrentMethod(inst->GetCurrentMethod()); in LowerConstArrayIndex()
1076 retImm->SetCurrentMethod(ret->GetCurrentMethod()); in LowerReturnInst()
1156 replace->SetCurrentMethod(inst->GetCurrentMethod()); in JoinFcmpInst()
1266 replace->SetCurrentMethod(inst->GetCurrentMethod()); in LowerIfImmToIf()
1308 deoptCmp->SetCurrentMethod(inst->GetCurrentMethod()); in LowerToDeoptimizeCompare()
Dpeepholes.cpp1729 newInst->SetCurrentMethod(currInst->GetCurrentMethod()); in CreateAndInsertInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h194 inst->SetCurrentMethod(method_); in AddInstruction()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp407 clone->SetCurrentMethod(GetCurrentMethod()); in Clone()
Dgraph.h995 new_inst->SetCurrentMethod(inst->GetCurrentMethod()); \
Dinst.h1772 void SetCurrentMethod(RuntimeInterface::MethodPtr currentMethod) in SetCurrentMethod() function