Home
last modified time | relevance | path

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

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