Home
last modified time | relevance | path

Searched refs:SetInliningDepth (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1318 currSs->SetInliningDepth(callerInst->GetSaveState()->GetInliningDepth() + 1); in MaterializeAtNewSaveState()
1346 currSs->SetInliningDepth(callerInst->GetSaveState()->GetInliningDepth() + 1); in MaterializeInEmptyBlock()
/arkcompiler/runtime_core/static_core/compiler/tests/
Ddeoptimize_elimination_test.cpp838 INS(4U).CastToSaveState()->SetInliningDepth(1U); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h4039 void SetInliningDepth(uint32_t inliningDepth) in SetInliningDepth() function