Searched refs:getJumpDestInCurrentScope (Results 1 – 8 of 8) sorted by relevance
417 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()686 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()693 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()772 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()773 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()833 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()846 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()857 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()934 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()979 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()[all …]
285 auto Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody()303 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop()334 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop()
181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
658 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function667 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {668 return getJumpDestInCurrentScope(createBasicBlock(Name));
1425 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
1434 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()1472 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
637 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
3754 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()3759 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()