Searched refs:ReturnInstructions (Results 1 – 1 of 1) sorted by relevance
280 SmallVector<std::pair<MachineInstr *, unsigned>, 4> ReturnInstructions; in instrumentControlFlow() local317 ReturnInstructions.push_back({&MI, TmpReg}); in instrumentControlFlow()332 for (auto MI_Reg : ReturnInstructions) { in instrumentControlFlow()