Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp846 struct RegOpndInfo { struct
847 RegOpndInfo(RegOperand &opnd, uint32 size, uint32 idx, bool def) in RegOpndInfo() function
851 RegOperand &regOpnd;
852 uint32 regSize = 0;
853 uint32 opndIdx = -1;
854 bool isDef = false;