Searched defs:OpndInfo (Results 1 – 1 of 1) sorted by relevance
41 struct OpndInfo { struct42 explicit OpndInfo(Operand &opnd) : opnd(&opnd) {} in OpndInfo() function49 OpndInfo *replacementInfo = nullptr; /* Rename opnd with this info. */ argument59 OpndInfo *same = nullptr; /* Other definitions of the same operand. */ argument60 OpndInfo *prev = nullptr; argument61 OpndInfo *next = nullptr; argument62 OpndInfo *hashNext = nullptr; argument66 struct MemOpndInfo : public OpndInfo { argument