Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp104 auto LastRealInstr = llvm::find_if(reverse(MBB), isCallOrRealInstruction); in runOnMachineFunction() local
110 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction()
111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction()
116 LastRealInstr->dump(); in runOnMachineFunction()
127 MBBI = std::next(LastRealInstr.getReverse()); in runOnMachineFunction()
128 DL = LastRealInstr->getDebugLoc(); in runOnMachineFunction()