Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineFunction.cpp777 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable() local
778 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j) in ReplaceMBBInJumpTable()
779 if (JTE.MBBs[j] == Old) { in ReplaceMBBInJumpTable()
780 JTE.MBBs[j] = New; in ReplaceMBBInJumpTable()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp770 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables(); in LowerBR_JT() local
771 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs; in LowerBR_JT()