Searched refs:JTBBs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp191 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; local
193 for (unsigned i = 0, e = JTBBs.size(); i != e; ++i) {
194 MachineBasicBlock *MBB = JTBBs[i];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2138 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; local
2140 for (unsigned j = 0, ee = JTBBs.size(); j != ee; ++j) {
2141 MachineBasicBlock *MBB = JTBBs[j];
2333 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; local
2334 for (unsigned j = 0, ee = JTBBs.size(); j != ee; ++j) {
2335 MachineBasicBlock *MBB = JTBBs[j];
2344 MJTI->ReplaceMBBInJumpTable(JTI, JTBBs[j], NewBB);
H A DARMAsmPrinter.cpp973 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
975 for (MachineBasicBlock *MBB : JTBBs) {
1016 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
1018 for (MachineBasicBlock *MBB : JTBBs) {
1044 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
1050 for (auto MBB : JTBBs) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp789 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; local
792 if (JTBBs.empty()) continue;
798 for (auto *JTBB : JTBBs)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1928 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; local
1931 if (JTBBs.empty()) continue;
1940 for (unsigned ii = 0, ee = JTBBs.size(); ii != ee; ++ii) {
1941 const MachineBasicBlock *MBB = JTBBs[ii];
1967 for (unsigned ii = 0, ee = JTBBs.size(); ii != ee; ++ii)
1968 emitJumpTableEntry(MJTI, JTBBs[ii], JTI);

Completed in 218 milliseconds