Home | History | Annotate | Download | only in ARM

Lines Matching refs:MBBs

1610   const std::vector<MachineBasicBlock*> &MBBs = (*MJTEs)[JTIndex].MBBs;
1611 for (unsigned i = 0, e = MBBs.size(); i != e; ++i) {
1614 emitMachineBasicBlock(MBBs[i], ARM::reloc_arm_pic_jt, JTBase);
1617 emitMachineBasicBlock(MBBs[i], ARM::reloc_arm_absolute);