Searched refs:MCInstInfo (Results 1 – 1 of 1) sorted by relevance
127 const MCInstrDesc &MCInstInfo = MCII.get(Inst.getOpcode()); in update() local138 for (unsigned I = 0; I < MCInstInfo.NumImplicitUses; I++) in update()140 getSuperReg(MCRI, MCInstInfo.implicit_uses()[I]), IsEH)); in update()141 for (unsigned I = 0; I < MCInstInfo.NumImplicitDefs; I++) in update()143 getSuperReg(MCRI, MCInstInfo.implicit_defs()[I]), IsEH)); in update()148 if (I < MCInstInfo.getNumDefs()) in update()