Searched refs:JTE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp613 MachineJumpTableEntry &JTE = JumpTables[Idx]; local
614 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
615 if (JTE.MBBs[j] == Old) {
616 JTE.MBBs[j] = New;
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp732 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); local
733 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;

Completed in 240 milliseconds