Searched refs:MachineJumpTableEntry (Results 1 – 11 of 11) sorted by relevance
34 struct MachineJumpTableEntry { struct38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() function87 std::vector<MachineJumpTableEntry> JumpTables;106 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
116 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
1170 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();1387 const std::vector<MachineJumpTableEntry> &JTs = MJTI->getJumpTables();
9419 auto containsMBB = [&MBB](const MachineJumpTableEntry &JTE) { in isWhileOpcode()
190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
1304 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in ReplaceMBBInJumpTables() 1322 for (MachineJumpTableEntry &JTE : JumpTables) { in ReplaceMBBInJumpTable() 1337 MachineJumpTableEntry &JTE = JumpTables[Idx]; in print()
1071 const MachineJumpTableEntry &MJTE = MJTI.getJumpTables()[JumpTableIndex]; in jumpTableHasOtherUses()
606 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() 758 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in scanFunctionJumpTables() 2235 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() 2430 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables()
1011 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs() 1054 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts() 1082 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst()
1247 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
2701 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()