/external/llvm/lib/Target/PowerPC/ |
D | PPCEarlyReturn.cpp | 67 I != ReturnMBB.getLastNonDebugInstr()) in processBlock() 78 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock()
|
D | PPCFrameLowering.cpp | 1196 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()
|
D | PPCCTRLoops.cpp | 666 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
|
D | PPCInstrInfo.cpp | 452 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch() 608 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 199 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch() 310 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
|
D | XCoreFrameLowering.cpp | 345 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 550 iterator getLastNonDebugInstr(); 551 const_iterator getLastNonDebugInstr() const { 552 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr();
|
/external/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 89 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
|
D | MipsSEFrameLowering.cpp | 668 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue() 728 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitInterruptEpilogueStub()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 148 auto LastMI = MBB.getLastNonDebugInstr(); in getFirstEpilogueInst()
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.cpp | 315 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()
|
D | MachineBasicBlock.cpp | 188 MachineBasicBlock::iterator MachineBasicBlock::getLastNonDebugInstr() { in getLastNonDebugInstr() function in MachineBasicBlock
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 115 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 205 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64BranchRelaxation.cpp | 384 std::prev(MBB->getLastNonDebugInstr()) && in fixupConditionalBranch()
|
D | AArch64FrameLowering.cpp | 540 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
|
D | AArch64InstrInfo.cpp | 98 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch() 221 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 420 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 271 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(); in hasTailCall() 972 : MBB.getLastNonDebugInstr()->getDebugLoc(); in insertCSRRestoresInBlock()
|
/external/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 750 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in ExpandMI() 759 MBBI = MBB.getLastNonDebugInstr(); in ExpandMI()
|
D | ARMConstantIslandPass.cpp | 599 auto MI = MBB.getLastNonDebugInstr(); in doInitialJumpTablePlacement()
|
D | ARMLoadStoreOptimizer.cpp | 1799 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in MergeReturnIntoLDM()
|
D | ARMBaseInstrInfo.cpp | 370 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in RemoveBranch()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 700 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in AnalyzeBranch()
|