Searched refs:getJumpDestInCurrentScope (Results 1 – 8 of 8) sorted by relevance
445 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 …]
182 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
915 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()
675 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function684 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {685 return getJumpDestInCurrentScope(createBasicBlock(Name));
1226 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()1389 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave"); in EmitSEHTryStmt()
1476 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()1514 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
737 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
3966 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()3971 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()