Searched refs:getJumpDestInCurrentScope (Results 1 – 7 of 7) sorted by relevance
351 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()498 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()503 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()573 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()574 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()620 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()635 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()678 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()711 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()750 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()[all …]
181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
565 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function574 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {575 return getJumpDestInCurrentScope(createBasicBlock(Name));
1459 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
550 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
1435 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()1473 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
3817 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()3822 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()