Searched refs:OtherInstrDesc (Results 1 – 1 of 1) sorted by relevance
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions() local54 if (OtherInstrDesc.isPseudo() || OtherInstrDesc.usesCustomInsertionHook() || in computeAliasingInstructions()55 OtherInstrDesc.isBranch() || OtherInstrDesc.isIndirectBranch() || in computeAliasingInstructions()56 OtherInstrDesc.isCall() || OtherInstrDesc.isReturn()) { in computeAliasingInstructions()