Home
last modified time | relevance | path

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

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