Home
last modified time | relevance | path

Searched defs:pregNo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h109 int32 pregNo; // the number in maple IR after the % variable
167 PregIdx GetPregIdxFromPregno(uint32 pregNo) in GetPregIdxFromPregno()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp221 uint32 pregNo = static_cast<uint32>(lexer.GetTheIntVal()); in ParsePseudoReg() local