Home
last modified time | relevance | path

Searched refs:getJumpDestInCurrentScope (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp351 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 …]
DCGObjCRuntime.cpp181 Cont = CGF.getJumpDestInCurrentScope("eh.cont"); in EmitTryCatchStmt()
DCodeGenFunction.h565 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope() function
574 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
575 return getJumpDestInCurrentScope(createBasicBlock(Name));
DCGException.cpp1459 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
DCodeGenFunction.cpp550 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
DCGObjC.cpp1435 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()
1473 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
DCGObjCMac.cpp3817 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()
3822 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()