Home
last modified time | relevance | path

Searched refs:GetFirstUser (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp146 return inst->GetFirstUser()->GetInst(); in GetFirstUserOrInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp262 throwableInst = throwableInst->GetFirstUser()->GetInst(); in ProcessThrowableInstructions()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp49 auto u = inst->GetFirstUser(); in UserInputCheck()
Dinst.h1337 User *GetFirstUser() const in GetFirstUser() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp235 auto deoptimizeIf = compare->GetFirstUser()->GetInst()->CastToDeoptimizeIf(); in IsInlinedCallLoadMethod()
Dpeepholes.cpp940 …if (bb->IsLoopPreHeader() && inst->HasSingleUser() && inst->GetFirstUser()->GetInst() == bb->GetLa… in VisitCompare()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp85 auto u = inst->GetFirstUser(); in UserInputCheck()
Dinst.h1751 User *GetFirstUser() const in GetFirstUser() function