Searched refs:BTB (Results 1 – 1 of 1) sorted by relevance
8264 BitTestBlock *BTB = &BitTestCases[I->BTCasesIndex]; in lowerWorkItem() local8267 for (BitTestCase &BTC : BTB->Cases) in lowerWorkItem()8271 BTB->Parent = CurMBB; in lowerWorkItem()8272 BTB->Default = Fallthrough; in lowerWorkItem()8274 BTB->DefaultProb = UnhandledProbs; in lowerWorkItem()8278 if (!BTB->ContiguousRange) { in lowerWorkItem()8279 BTB->Prob += DefaultProb / 2; in lowerWorkItem()8280 BTB->DefaultProb -= DefaultProb / 2; in lowerWorkItem()8285 visitBitTestHeader(*BTB, SwitchMBB); in lowerWorkItem()8286 BTB->Emitted = true; in lowerWorkItem()