Searched refs:MachineJumpTableEntry (Results 1 – 11 of 11) sorted by relevance
34 struct MachineJumpTableEntry { struct38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M) in MachineJumpTableEntry() argument87 std::vector<MachineJumpTableEntry> JumpTables;106 const std::vector<MachineJumpTableEntry> &getJumpTables() const { in getJumpTables()
116 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
1051 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()
9339 auto containsMBB = [&MBB](const MachineJumpTableEntry &JTE) { in isMBBSafeToSplitToCold()
190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT()
1292 JumpTables.push_back(MachineJumpTableEntry(DestBBs)); in createJumpTableIndex()1310 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()1325 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable()
1065 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()2431 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()
1243 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets()
2693 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo()