reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMFrameLowering.cpp
 2311   MachineBasicBlock *AddedBlocks[] = {PrevStackMBB, McrMBB, GetMBB, AllocMBB,
 2415     BuildMI(GetMBB, DL, TII.get(ARM::tLDRpci), ScratchReg0)
 2420     BuildMI(GetMBB, DL, TII.get(ARM::tLDRi), ScratchReg0)
 2441     BuildMI(GetMBB, DL, TII.get(ARM::LDRi12), ScratchReg0)
 2450   BuildMI(GetMBB, DL, TII.get(Opcode))
 2457   BuildMI(GetMBB, DL, TII.get(Opcode)).addMBB(PostStackMBB)
 2615   GetMBB->addSuccessor(PostStackMBB);
 2616   GetMBB->addSuccessor(AllocMBB);
 2618   McrMBB->addSuccessor(GetMBB);