Searched refs:getJumpDestInCurrentScope (Results 1 – 8 of 8) sorted by relevance
416 Dest = getJumpDestInCurrentScope(D->getName()); in EmitLabel()685 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); in EmitWhileStmt()692 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); in EmitWhileStmt()771 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); in EmitDoStmt()772 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt()832 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitForStmt()845 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); in EmitForStmt()856 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()933 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); in EmitCXXForRangeStmt()978 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt()[all …]
561 auto Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody()580 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); in EmitOMPInnerLoop()607 auto Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop()900 auto LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); in EmitOMPForOuterLoop()940 auto Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); in EmitOMPForOuterLoop()
181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
1125 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()1286 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave"); in EmitSEHTryStmt()
621 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function630 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {631 return getJumpDestInCurrentScope(createBasicBlock(Name));
1430 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()1468 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
655 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
3751 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()3756 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()