Home | History | Annotate | Download | only in ARM

Lines Matching defs:JTI

1856     unsigned JTI = JTOP.getIndex();
1857 assert(JTI < JT.size());
1862 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
1941 .addJumpTableIndex(JTI, JTOP.getTargetFlags())
1982 unsigned JTI = JTOP.getIndex();
1983 assert(JTI < JT.size());
1989 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
2000 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB);