Searched refs:BreakBlock (Results 1 – 2 of 2) sorted by relevance
883 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitBreakStmt()982 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
823 : BreakBlock(Break), ContinueBlock(Continue) {} in BreakContinue()825 JumpDest BreakBlock; member