Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp191 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in printInlineJT() local
193 for (unsigned i = 0, e = JTBBs.size(); i != e; ++i) { in printInlineJT()
194 MachineBasicBlock *MBB = JTBBs[i]; in printInlineJT()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp995 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableAddrs() local
997 for (MachineBasicBlock *MBB : JTBBs) { in emitJumpTableAddrs()
1038 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInsts() local
1040 for (MachineBasicBlock *MBB : JTBBs) { in emitJumpTableInsts()
1066 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableTBInst() local
1072 for (auto *MBB : JTBBs) { in emitJumpTableTBInst()
DARMConstantIslandPass.cpp2237 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in optimizeThumb2JumpTables() local
2239 for (MachineBasicBlock *MBB : JTBBs) { in optimizeThumb2JumpTables()
2431 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in reorderThumb2JumpTables() local
2432 for (MachineBasicBlock *MBB : JTBBs) { in reorderThumb2JumpTables()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp940 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInfo() local
943 if (JTBBs.empty()) continue; in emitJumpTableInfo()
952 for (auto *JTBB : JTBBs) { in emitJumpTableInfo()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2507 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInfo() local
2510 if (JTBBs.empty()) continue; in emitJumpTableInfo()
2519 for (const MachineBasicBlock *MBB : JTBBs) { in emitJumpTableInfo()
2545 for (const MachineBasicBlock *MBB : JTBBs) in emitJumpTableInfo()