Lines Matching defs:Fallthrough
12166 MachineBasicBlock *Fallthrough;
12169 Fallthrough = DefaultMBB;
12173 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock());
12174 CurMF->insert(BBI, Fallthrough);
12195 // update the probability on the edge from JumpMBB to Fallthrough.
12226 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
12233 JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader.
12252 BTB->Default = Fallthrough;
12256 // distribute the probability on the edge to Fallthrough to two
12290 // If Fallthrough is unreachable, fold away the comparison.
12295 CaseBlock CB(CC, LHS, RHS, MHS, I->MBB, Fallthrough, CurMBB,
12306 CurMBB = Fallthrough;