Searched refs:JTE (Results 1 – 6 of 6) sorted by relevance
74 for (auto &JTE : JTI->getJumpTables()) in runOnMachineFunction() local75 for (auto *MBB : JTE.MBBs) in runOnMachineFunction()
9419 auto containsMBB = [&MBB](const MachineJumpTableEntry &JTE) { in isMBBSafeToSplitToCold() argument9420 return llvm::is_contained(JTE.MBBs, &MBB); in isMBBSafeToSplitToCold()
1322 for (MachineJumpTableEntry &JTE : JumpTables) { in RemoveMBBFromJumpTables()1323 auto removeBeginItr = std::remove(JTE.MBBs.begin(), JTE.MBBs.end(), MBB); in RemoveMBBFromJumpTables()1324 MadeChange |= (removeBeginItr != JTE.MBBs.end()); in RemoveMBBFromJumpTables()1325 JTE.MBBs.erase(removeBeginItr, JTE.MBBs.end()); in RemoveMBBFromJumpTables()1337 MachineJumpTableEntry &JTE = JumpTables[Idx]; in ReplaceMBBInJumpTable() local1338 for (MachineBasicBlock *&MBB : JTE.MBBs) in ReplaceMBBInJumpTable()
758 for (const MachineJumpTableEntry &JTE : JTI->getJumpTables()) in scanFunctionJumpTables() local759 for (const MachineBasicBlock *MBB : JTE.MBBs) { in scanFunctionJumpTables()
2480 unsigned JTE = getJumpTableEncoding(); in emitSjLjDispatchBlock() local2481 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in emitSjLjDispatchBlock()2559 switch (JTE) { in emitSjLjDispatchBlock()
36339 unsigned JTE = getJumpTableEncoding(); in EmitSjLjDispatchBlock() local36340 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in EmitSjLjDispatchBlock()36391 switch (JTE) { in EmitSjLjDispatchBlock()