Home | History | Annotate | Download | only in ARM

Lines Matching defs:JTI

1857     unsigned JTI = JTOP.getIndex();
1858 assert(JTI < JT.size());
1863 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
1942 .addJumpTableIndex(JTI, JTOP.getTargetFlags())
1983 unsigned JTI = JTOP.getIndex();
1984 assert(JTI < JT.size());
1990 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
2001 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB);