Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSwitchLoweringUtils.cpp234 MachineBasicBlock *JumpTableMBB = in buildJumpTable() local
242 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]); in buildJumpTable()
245 JumpTableMBB->normalizeSuccProbs(); in buildJumpTable()
251 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable()