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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp445 Dest = getJumpDestInCurrentScope(D->getName());
617 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
624 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
700 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
701 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
759 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
770 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
781 Continue = getJumpDestInCurrentScope("for.inc");
855 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
896 JumpDest Continue = getJumpDestInCurrentScope("fo
[all...]
H A DCGObjCRuntime.cpp182 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
H A DCGStmtOpenMP.cpp915 auto Continue = getJumpDestInCurrentScope("omp.body.continue");
933 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end");
959 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc");
1336 auto LoopExit = getJumpDestInCurrentScope("omp.dispatch.end");
1376 auto Continue = getJumpDestInCurrentScope("omp.dispatch.inc");
1552 auto LoopExit = getJumpDestInCurrentScope(createBasicBlock("omp.loop.exit"));
H A DCGException.cpp1226 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock());
1389 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave");
H A DCodeGenFunction.h675 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { function in class:clang::CodeGen::CodeGenFunction
684 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) { function in class:clang::CodeGen::CodeGenFunction
685 return getJumpDestInCurrentScope(createBasicBlock(Name));
H A DCGObjC.cpp1476 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end");
1514 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next");
H A DCodeGenFunction.cpp737 ReturnBlock = getJumpDestInCurrentScope("return");
H A DCGObjCMac.cpp3966 CGF.getJumpDestInCurrentScope("finally.end");
3971 CGF.getJumpDestInCurrentScope("finally.rethrow");

Completed in 318 milliseconds