Home
last modified time | relevance | path

Searched refs:JumpDest (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp327 CodeGenFunction::JumpDest
329 JumpDest &Dest = LabelMap[D]; in getJumpDestForLabel()
333 Dest = JumpDest(createBasicBlock(D->getName()), in getJumpDestForLabel()
346 JumpDest &Dest = LabelMap[D]; in EmitLabel()
375 JumpDest &dest = CGF.LabelMap.find(*i)->second; in rescopeLabels()
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()
[all …]
HDCodeGenFunction.h104 struct JumpDest { struct
105 JumpDest() : Block(0), ScopeDepth(), Index(0) {} in JumpDest() function
106 JumpDest(llvm::BasicBlock *Block, in JumpDest() function
150 JumpDest ReturnBlock;
294 JumpDest RethrowDest;
565 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) { in getJumpDestInCurrentScope()
566 return JumpDest(Target, in getJumpDestInCurrentScope()
574 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
581 void EmitBranchThroughCleanup(JumpDest Dest);
586 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;
[all …]
HDCGObjCRuntime.cpp179 CodeGenFunction::JumpDest Cont; in EmitTryCatchStmt()
HDCGCleanup.cpp889 bool CodeGenFunction::isObviouslyBranchWithoutCleanups(JumpDest Dest) const { in isObviouslyBranchWithoutCleanups()
914 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { in EmitBranchThroughCleanup()
HDCGObjC.cpp1435 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt()
1473 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next"); in EmitObjCForCollectionStmt()
HDCGObjCMac.cpp3816 CodeGenFunction::JumpDest FinallyEnd = in EmitTryOrSynchronizedStmt()
3821 CodeGenFunction::JumpDest FinallyRethrow = in EmitTryOrSynchronizedStmt()