Searched refs:BreakBlock (Results 1 – 5 of 5) 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()
1262 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()1394 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
1340 : BreakBlock(Break), ContinueBlock(Continue) {}1342 JumpDest BreakBlock;