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 756 MachineJumpTableEntry &JTE = JumpTables[Idx];
757 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j)
758 if (JTE.MBBs[j] == Old) {
759 JTE.MBBs[j] = New;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 742 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
743 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;
    [all...]

Completed in 174 milliseconds