Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp67 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()
78 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock()
DPPCFrameLowering.cpp1196 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1201 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1205 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1209 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1214 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
1218 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DPPCCTRLoops.cpp666 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
DPPCInstrInfo.cpp452 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch()
608 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp199 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch()
310 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
DXCoreFrameLowering.cpp345 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h550 iterator getLastNonDebugInstr();
551 const_iterator getLastNonDebugInstr() const {
552 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr();
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp89 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DMipsSEFrameLowering.cpp668 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
728 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitInterruptEpilogueStub()
/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp148 auto LastMI = MBB.getLastNonDebugInstr(); in getFirstEpilogueInst()
/external/llvm/lib/CodeGen/
DBranchFolding.cpp315 MachineBasicBlock::const_iterator I = MBB->getLastNonDebugInstr(); in HashEndOfMBB()
1169 MachineBasicBlock::iterator MBB1I = MBB1->getLastNonDebugInstr(); in IsBetterFallthrough()
1170 MachineBasicBlock::iterator MBB2I = MBB2->getLastNonDebugInstr(); in IsBetterFallthrough()
1185 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in getBranchDebugLoc()
DMachineBasicBlock.cpp188 MachineBasicBlock::iterator MachineBasicBlock::getLastNonDebugInstr() { in getLastNonDebugInstr() function in MachineBasicBlock
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp115 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp205 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp384 std::prev(MBB->getLastNonDebugInstr()) && in fixupConditionalBranch()
DAArch64FrameLowering.cpp540 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
DAArch64InstrInfo.cpp98 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch()
221 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp420 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp271 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(); in hasTailCall()
972 : MBB.getLastNonDebugInstr()->getDebugLoc(); in insertCSRRestoresInBlock()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp750 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in ExpandMI()
759 MBBI = MBB.getLastNonDebugInstr(); in ExpandMI()
DARMConstantIslandPass.cpp599 auto MI = MBB.getLastNonDebugInstr(); in doInitialJumpTablePlacement()
DARMLoadStoreOptimizer.cpp1799 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in MergeReturnIntoLDM()
DARMBaseInstrInfo.cpp370 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp700 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch()