Home
last modified time | relevance | path

Searched refs:GetInliningDepth (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp60 uint32_t Inst::GetInliningDepth() const in GetInliningDepth() function in panda::compiler::Inst
63 return ss == nullptr ? 0 : ss->GetInliningDepth(); in GetInliningDepth()
Dgraph_checker.cpp277 uint32_t GetInliningDepth(Inst *inst) in GetInliningDepth() function
354 ASSERT_DO_EXT(inst->GetInliningDepth() == GetInliningDepth(inst), in CheckInstUsers()
356 << "Current depth = " << inst->GetInliningDepth() << std::endl in CheckInstUsers()
357 << "Correct depth = " << GetInliningDepth(inst) << std::endl); in CheckInstUsers()
Ddump.cpp255 (*out) << sep << "inlining_depth=" << GetInliningDepth(); in DumpInputs()
Dinst.h1301 virtual uint32_t GetInliningDepth() const;
4035 uint32_t GetInliningDepth() const override in GetInliningDepth() function
/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()