Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp78 static bool isCallInstruction(const MachineInstr &MI) { in isCallInstruction() function
111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction()