Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h342 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp760 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() function in IRTranslator
3173 emitJumpTable(JTCase.second, JTCase.second.MBB); in finalizeBasicBlock()