Searched refs:BreakBlock (Results 1 – 3 of 3) sorted by relevance
258 MachineBasicBlock *BreakBlock = in checkAuthenticatedRegister() local260 MF.push_back(BreakBlock); in checkAuthenticatedRegister()261 MBB.splitSuccessor(SuccessBlock, BreakBlock); in checkAuthenticatedRegister()264 BuildMI(BreakBlock, DL, TII->get(AArch64::BRK)).addImm(BrkImm); in checkAuthenticatedRegister()278 .addMBB(BreakBlock); in checkAuthenticatedRegister()295 .addMBB(BreakBlock); in checkAuthenticatedRegister()
1418 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()1565 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
1439 : BreakBlock(Break), ContinueBlock(Continue) {}1441 JumpDest BreakBlock;