Searched refs:BreakBlock (Results 1 – 3 of 3) sorted by relevance
1084 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()1206 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
961 : BreakBlock(Break), ContinueBlock(Continue) {} in BreakContinue()963 JumpDest BreakBlock; member
3381 return BreakContinueStack.back().BreakBlock; in getOMPCancelDestination()