Home
last modified time | relevance | path

Searched refs:emitJumpTable (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h388 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp838 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() function in IRTranslator
3628 emitJumpTable(JTCase.second, JTCase.second.MBB); in finalizeBasicBlock()