Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp281 SmallVector<std::pair<MachineInstr *, unsigned>, 4> CallInstructions; in instrumentControlFlow() local
319 CallInstructions.push_back({&MI, TmpReg}); in instrumentControlFlow()
343 for (auto MI_Reg : CallInstructions) { in instrumentControlFlow()