Searched refs:isCallInstruction (Results 1 – 1 of 1) sorted by relevance
78 static bool isCallInstruction(const MachineInstr &MI) { in isCallInstruction() function111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction()