HomeSort by relevance Sort by last modified time
    Searched refs:JTE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineFunction.cpp 788 MachineJumpTableEntry &JTE = JumpTables[Idx];
789 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
790 if (JTE.MBBs[j] == Old) {
791 JTE.MBBs[j] = New;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 759 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
760 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;
    [all...]

Completed in 52 milliseconds