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 613 MachineJumpTableEntry &JTE = JumpTables[Idx];
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/
HexagonISelLowering.cpp 732 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
733 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;
    [all...]

Completed in 133 milliseconds