Searched refs:LastRealInstr (Results 1 – 1 of 1) sorted by relevance
103 auto LastRealInstr = llvm::find_if(reverse(MBB), isRealInstruction); in runOnMachineFunction() local109 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()