Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp103 auto LastRealInstr = llvm::find_if(reverse(MBB), isRealInstruction); in runOnMachineFunction() local
109 bool IsEmpty = LastRealInstr == MBB.rend(); in runOnMachineFunction()
110 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction()
115 LastRealInstr->dump(); in runOnMachineFunction()
126 MBBI = std::next(LastRealInstr.getReverse()); in runOnMachineFunction()
127 DL = LastRealInstr->getDebugLoc(); in runOnMachineFunction()