Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Debo.h41 struct OpndInfo { struct
42 explicit OpndInfo(Operand &opnd) : opnd(&opnd) {} in OpndInfo() function
49 OpndInfo *replacementInfo = nullptr; /* Rename opnd with this info. */ argument
59 OpndInfo *same = nullptr; /* Other definitions of the same operand. */ argument
60 OpndInfo *prev = nullptr; argument
61 OpndInfo *next = nullptr; argument
62 OpndInfo *hashNext = nullptr; argument
66 struct MemOpndInfo : public OpndInfo { argument