Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp338 const Instr &NodeInstr = getInstructionOrDie(Node); in indirectCFOperandClobber() local
339 const auto &InstrDesc = MII->get(NodeInstr.Instruction.getOpcode()); in indirectCFOperandClobber()
344 if (InstrDesc.hasDefOfPhysReg(NodeInstr.Instruction, RegNum, in indirectCFOperandClobber()
353 const auto &Operand = NodeInstr.Instruction.getOperand(i); in indirectCFOperandClobber()