Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:JumpDest

324 CodeGenFunction::JumpDest
326 JumpDest &Dest = LabelMap[D];
330 Dest = JumpDest(createBasicBlock(D->getName()),
343 JumpDest &Dest = LabelMap[D];
372 JumpDest &dest = CGF.LabelMap.find(*i)->second;
495 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
500 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
570 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
571 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
617 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
632 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
710 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
750 JumpDest Continue = getJumpDestInCurrentScope("for.inc");
883 JumpDest Block = BreakContinueStack.back().BreakBlock;
896 JumpDest Block = BreakContinueStack.back().ContinueBlock;
982 JumpDest Block = BreakContinueStack.back().BreakBlock;
1237 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog");
1290 JumpDest OuterContinue;