Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h55 bool CanReadFromAccumulator(const Inst *inst, size_t input_number) const in CanReadFromAccumulator() argument
57 return graph_->IsBytecodeOptimizer() && inst->GetSrcReg(input_number) == ACC_REG_ID; in CanReadFromAccumulator()