Home
last modified time | relevance | path

Searched refs:OtherInstrDesc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions() local
54 if (OtherInstrDesc.isPseudo() || OtherInstrDesc.usesCustomInsertionHook() || in computeAliasingInstructions()
55 OtherInstrDesc.isBranch() || OtherInstrDesc.isIndirectBranch() || in computeAliasingInstructions()
56 OtherInstrDesc.isCall() || OtherInstrDesc.isReturn()) { in computeAliasingInstructions()