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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp103 auto LastRealInstr = llvm::find_if(reverse(MBB), isRealInstruction); local
109 bool IsEmpty = LastRealInstr == MBB.rend();
110 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr);
115 LastRealInstr->dump();
126 MBBI = std::next(LastRealInstr.getReverse());
127 DL = LastRealInstr->getDebugLoc();

Completed in 90 milliseconds