Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp416 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()
685 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()
692 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()
771 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()
772 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()
832 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()
845 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()
856 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()
933 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()
978 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()
[all …]
DCGStmtOpenMP.cpp561 auto Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody()
580 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop()
607 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop()
900 auto LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); in EmitOMPForOuterLoop()
940 auto Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); in EmitOMPForOuterLoop()
DCGObjCRuntime.cpp181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
DCGException.cpp1125 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
1286 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave"); in EmitSEHTryStmt()
DCodeGenFunction.h621 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function
630 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
631 return getJumpDestInCurrentScope(createBasicBlock(Name));
DCGObjC.cpp1430 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()
1468 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
DCodeGenFunction.cpp655 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
DCGObjCMac.cpp3751 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()
3756 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()