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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp738 MachineJumpTableEntry &JTE = JumpTables[Idx]; local
739 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
740 if (JTE.MBBs[j] == Old) {
741 JTE.MBBs[j] = New;
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp741 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); local
742 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;

Completed in 86 milliseconds