Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp417 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()
686 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()
693 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()
772 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()
773 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()
833 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()
846 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()
857 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()
934 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()
979 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()
[all …]
H A DCGStmtOpenMP.cpp285 auto Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody()
303 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop()
334 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop()
H A DCGObjCRuntime.cpp181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
H A DCodeGenFunction.h658 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function
667 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
668 return getJumpDestInCurrentScope(createBasicBlock(Name));
H A DCGException.cpp1425 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
H A DCGObjC.cpp1434 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()
1472 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
H A DCodeGenFunction.cpp637 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
H A DCGObjCMac.cpp3754 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()
3759 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()