Searched refs:JTE (Results 1 – 2 of 2) sorted by relevance
777 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable() local778 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j) in ReplaceMBBInJumpTable()779 if (JTE.MBBs[j] == Old) { in ReplaceMBBInJumpTable()780 JTE.MBBs[j] = New; in ReplaceMBBInJumpTable()
770 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); in LowerBR_JT() local771 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs; in LowerBR_JT()