Home | History | Annotate | Download | only in ARM

Lines Matching refs:JT

560 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
562 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
564 assert(JTI < JT.size());
565 return JT[JTI].MBBs.size();
630 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
631 assert(JTI < JT.size());
632 // Thumb instructions are 2 byte aligned, but JT entries are 4 byte
634 // the JT entries. The size does not include this padding; the
640 unsigned NumEntries = getNumJTEntries(JT, JTI);