Home
last modified time | relevance | path

Searched refs:BreakBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp282 MachineBasicBlock *BreakBlock = in checkAuthenticatedRegister() local
284 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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1597 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()
1744 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
H A DCodeGenFunction.h1527 : BreakBlock(Break), ContinueBlock(Continue) {}
1529 JumpDest BreakBlock;