Searched refs:getJumpDestInCurrentScope (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp641 Dest = getJumpDestInCurrentScope(D->getName());
870 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
875 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
966 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
967 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
1028 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
1039 JumpDest CondDest = getJumpDestInCurrentScope("for.cond");
1067 Continue = getJumpDestInCurrentScope("for.inc");
1078 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest;
1145 JumpDest LoopExit = getJumpDestInCurrentScope("fo
[all...]
H A DCGCoroutine.cpp534 CurCoro.Data->CleanupJD = getJumpDestInCurrentScope(RetBB);
594 CurCoro.Data->FinalJD = getJumpDestInCurrentScope(FinalBB);
H A DCGObjCRuntime.cpp152 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
H A DCodeGenFunction.h1151 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { function in class:clang::CodeGen::CodeGenFunction
1160 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) { function in class:clang::CodeGen::CodeGenFunction
1161 return getJumpDestInCurrentScope(createBasicBlock(Name));
1485 HasCancel ? CGF.getJumpDestInCurrentScope("cancel.exit")
1487 HasCancel ? CGF.getJumpDestInCurrentScope("cancel.cont")
1793 CodeGenFunction::JumpDest Dest = CGF.getJumpDestInCurrentScope(DestBB);
1859 CGF.ReturnBlock = CGF.getJumpDestInCurrentScope(&RetBB);
1895 (void)CGF.getJumpDestInCurrentScope(&FiniBB);
H A DCGException.cpp1450 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock());
1640 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave");
H A DCGStmtOpenMP.cpp1898 JumpDest Continue = getJumpDestInCurrentScope("omp.body.continue");
2085 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end");
2125 JumpDest Continue = getJumpDestInCurrentScope("omp.inner.for.inc");
2817 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end");
2863 JumpDest Continue = getJumpDestInCurrentScope("omp.dispatch.inc");
3397 getJumpDestInCurrentScope(createBasicBlock("omp.loop.exit"));
5685 getJumpDestInCurrentScope(createBasicBlock("omp.loop.exit"));
H A DCGObjC.cpp1787 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end");
1825 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next");
H A DCodeGenFunction.cpp1018 ReturnBlock = getJumpDestInCurrentScope("return");
H A DCGObjCMac.cpp4586 CGF.getJumpDestInCurrentScope("finally.end");
4591 CGF.getJumpDestInCurrentScope("finally.rethrow");
H A DCGOpenMPRuntime.cpp187 CGF.getJumpDestInCurrentScope(".untied.next.");
1200 // getJumpDestInCurrentScope(BB)) which then is fed to
3712 ContDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.cont"));
3714 ExitDests.emplace_back(CGF.getJumpDestInCurrentScope("iter.exit"));

Completed in 395 milliseconds