Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp280 SmallVector<std::pair<MachineInstr *, unsigned>, 4> ReturnInstructions; in instrumentControlFlow() local
315 ReturnInstructions.push_back({&MI, TmpReg}); in instrumentControlFlow()
330 for (auto MI_Reg : ReturnInstructions) { in instrumentControlFlow()