Lines Matching defs:JTH
854 SwitchCG::JumpTableHeader &JTH,
860 const Value &SValue = *JTH.SValue;
864 auto FirstCst = MIB.buildConstant(SwitchTy, JTH.First);
875 if (JTH.FallthroughUnreachable) {
885 *ConstantInt::get(SValue.getType(), JTH.Last - JTH.First));
990 JumpTableHeader *JTH = &SL->JTCases[I->JTCasesIndex].first;
1028 JTH->FallthroughUnreachable = true;
1030 if (!JTH->FallthroughUnreachable)
1037 JTH->HeaderBB = CurMBB;
1042 if (!emitJumpTableHeader(*JT, *JTH, CurMBB))
1044 JTH->Emitted = true;