Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp312 const Instr &IndirectCF = getInstructionOrDie(Graph.BaseAddress); in indirectCFOperandClobber() local
314 for (const auto &Operand : IndirectCF.Instruction) { in indirectCFOperandClobber()
330 bool canLoad = !MII->get(IndirectCF.Instruction.getOpcode()).mayLoad(); in indirectCFOperandClobber()