Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp281 SmallVector<std::pair<MachineInstr *, unsigned>, 4> CallInstructions; in instrumentControlFlow() local
317 CallInstructions.push_back({&MI, TmpReg}); in instrumentControlFlow()
341 for (auto MI_Reg : CallInstructions) { in instrumentControlFlow()