Searched refs:JTE (Results 1 – 1 of 1) sorted by relevance
790 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable() local791 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j) in ReplaceMBBInJumpTable()792 if (JTE.MBBs[j] == Old) { in ReplaceMBBInJumpTable()793 JTE.MBBs[j] = New; in ReplaceMBBInJumpTable()