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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp475 Dest = getJumpDestInCurrentScope(D->getName());
663 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
671 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
747 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
807 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
820 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
831 Continue = getJumpDestInCurrentScope("for.inc");
905 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
949 JumpDest Continue = getJumpDestInCurrentScope("fo
[all...]
H A DCGObjCRuntime.cpp181 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
H A DCGStmtOpenMP.cpp1265 auto Continue = getJumpDestInCurrentScope("omp.body.continue");
1279 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end");
1305 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc");
1680 auto LoopExit = getJumpDestInCurrentScope("omp.dispatch.end");
1720 auto Continue = getJumpDestInCurrentScope("omp.dispatch.inc");
2048 getJumpDestInCurrentScope(createBasicBlock("omp.loop.exit"));
2703 getJumpDestInCurrentScope(createBasicBlock("omp.loop.exit"));
H A DCGException.cpp1228 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock());
1393 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave");
H A DCodeGenFunction.h700 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { function in class:clang::CodeGen::CodeGenFunction
709 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) { function in class:clang::CodeGen::CodeGenFunction
710 return getJumpDestInCurrentScope(createBasicBlock(Name));
H A DCGObjC.cpp1470 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end");
1510 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next");
H A DCodeGenFunction.cpp773 ReturnBlock = getJumpDestInCurrentScope("return");
H A DCGObjCMac.cpp4033 CGF.getJumpDestInCurrentScope("finally.end");
4038 CGF.getJumpDestInCurrentScope("finally.rethrow");
H A DCGOpenMPRuntime.cpp166 CGF.getJumpDestInCurrentScope(".untied.next.");

Completed in 213 milliseconds