Searched refs:getJumpDestInCurrentScope (Results 1 – 9 of 9) sorted by relevance
475 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 …]
181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
1265 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()
1228 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()1393 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave"); in EmitSEHTryStmt()
700 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function709 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {710 return getJumpDestInCurrentScope(createBasicBlock(Name));
1470 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()1510 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
773 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
4033 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()4038 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()
166 CGF.getJumpDestInCurrentScope(".untied.next."); in emitUntiedSwitch()