Searched refs:isCallInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp77 static bool isCallInstruction(const MachineInstr &MI) { function
110 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr);

Completed in 39 milliseconds