Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp348 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 …]
DCGObjCRuntime.cpp180 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.cpp1458 RethrowDest = CGF.getJumpDestInCurrentScope(CGF.getUnreachableBlock()); in enter()
DCodeGenFunction.cpp534 ReturnBlock = getJumpDestInCurrentScope("return"); in StartFunction()
DCGObjC.cpp1436 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()
1474 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
DCGObjCMac.cpp3816 CGF.getJumpDestInCurrentScope("finally.end"); in EmitTryOrSynchronizedStmt()
3821 CGF.getJumpDestInCurrentScope("finally.rethrow"); in EmitTryOrSynchronizedStmt()