Searched refs:BreakBlock (Results 1 – 3 of 3) sorted by relevance
282 MachineBasicBlock *BreakBlock = in checkAuthenticatedRegister() local284 MF.push_back(BreakBlock); in checkAuthenticatedRegister()285 MBB.addSuccessor(BreakBlock); in checkAuthenticatedRegister()287 BuildMI(BreakBlock, DL, TII->get(AArch64::BRK)).addImm(BrkImm); in checkAuthenticatedRegister()301 .addMBB(BreakBlock); in checkAuthenticatedRegister()318 .addMBB(BreakBlock); in checkAuthenticatedRegister()
1597 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()1744 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
1527 : BreakBlock(Break), ContinueBlock(Continue) {}1529 JumpDest BreakBlock;