Searched refs:getJumpDestInCurrentScope (Results 1 – 7 of 7) sorted by relevance
348 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()495 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()500 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()570 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()571 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()617 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()632 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()677 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()710 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()750 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()[all …]
180 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));
1458 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
534 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
1436 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()1474 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
3816 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()3821 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()