Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp67 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()
74 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock()
DPPCFrameLowering.cpp919 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1132 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1137 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1141 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1145 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1150 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1154 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DPPCCTRLoops.cpp650 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp84 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DMipsSEFrameLowering.cpp514 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp148 auto LastMI = MBB.getLastNonDebugInstr(); in getFirstEpilogueInst()
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp323 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
412 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DARMFrameLowering.cpp686 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in fixTCReturn()
697 MBBI = MBB.getLastNonDebugInstr(); in fixTCReturn()
734 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DARMLoadStoreOptimizer.cpp1791 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in MergeReturnIntoLDM()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h463 iterator getLastNonDebugInstr();
464 const_iterator getLastNonDebugInstr() const;
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp114 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp152 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp140 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in hasTailCall()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp375 std::prev(MBB->getLastNonDebugInstr()) && in fixupConditionalBranch()
DAArch64FrameLowering.cpp532 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp976 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1116 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1128 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1191 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp193 MachineBasicBlock::iterator MachineBasicBlock::getLastNonDebugInstr() { in getLastNonDebugInstr() function in MachineBasicBlock
208 MachineBasicBlock::getLastNonDebugInstr() const { in getLastNonDebugInstr() function in MachineBasicBlock
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp411 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp342 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()