Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp223 if (inst->GetLinearNumber() == INVALID_LINEAR_NUM || inst->GetDstCount() > 1) { in ResolveOutput()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp95 for (size_t i = 0; i < inst->GetDstCount(); ++i) { in DumpUsers()
Dinst.h1320 virtual size_t GetDstCount() const in GetDstCount() function