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