Searched refs:MachineJumpTableEntry (Results 1 – 9 of 9) sorted by relevance
34 struct MachineJumpTableEntry { struct38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() argument80 std::vector<MachineJumpTableEntry> JumpTables;99 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()
191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
944 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()966 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
954 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs()997 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts()1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst()
559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement()2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables()2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
1282 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo()