Home
last modified time | relevance | path

Searched refs:getLastNonDebugInstr (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp61 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()
71 for (MachineBasicBlock::iterator J = Pred->getLastNonDebugInstr();;) { in processBlock()
DPPCCTRLoopsVerify.cpp156 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
DPPCFrameLowering.cpp1929 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1940 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1944 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1948 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1959 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
1963 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
DPPCExpandISEL.cpp338 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp369 auto Last = MBB->getLastNonDebugInstr(); in getLiveInUses()
494 auto Last = MBB->getLastNonDebugInstr(); in isRegDefinedAfter()
513 auto Last = MBB->getLastNonDebugInstr(); in isReachingDefLiveOut()
534 auto Last = MBB->getLastNonDebugInstr(); in getLocalLiveOutMIDef()
DBranchFolding.cpp293 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(false); in HashEndOfMBB()
1246 MachineBasicBlock::iterator MBB1I = MBB1->getLastNonDebugInstr(); in IsBetterFallthrough()
1247 MachineBasicBlock::iterator MBB2I = MBB2->getLastNonDebugInstr(); in IsBetterFallthrough()
1262 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in getBranchDebugLoc()
DBranchRelaxation.cpp530 MachineBasicBlock::iterator Last = MBB.getLastNonDebugInstr(); in relaxBranchInstructions()
DMIRPrinter.cpp621 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(); in guessSuccessors()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp195 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
309 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
DXCoreFrameLowering.cpp346 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp177 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp144 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in restoreStatusRegister()
174 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h884 iterator getLastNonDebugInstr(bool SkipPseudoOp = true);
885 const_iterator getLastNonDebugInstr(bool SkipPseudoOp = true) const {
886 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr(
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp112 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp289 MachineBasicBlock::iterator CondBr = PredMBB->getLastNonDebugInstr(); in optimizeBlock()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCInstrInfo.cpp257 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEFrameLowering.cpp396 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DVEInstrInfo.cpp149 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp217 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DSparcInstrInfo.cpp229 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp703 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1283 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AsmPrinter.cpp442 auto I = MBB.getLastNonDebugInstr(); in emitBasicBlockEnd()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp797 MachineBasicBlock::iterator It = Pred.getLastNonDebugInstr(); in RepairingPlacement()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp627 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp750 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitInterruptEpilogueStub()

12