Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Continue

880   // BreakContinueStack - This keeps track of where break and continue
883 BreakContinue(JumpDest Break, JumpDest Continue)
884 : BreakBlock(Break), ContinueBlock(Continue) {}