Searched refs:ContinueBlock (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1096 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock);
1561 // then reuse last ContinueBlock.
1564 OuterContinue = BreakContinueStack.back().ContinueBlock;
H A DCGClass.cpp642 llvm::BasicBlock *ContinueBlock = CGF.createBasicBlock("for.inc"); local
649 CGF.EmitBlock(ContinueBlock);
H A DCodeGenFunction.h961 : BreakBlock(Break), ContinueBlock(Continue) {}
964 JumpDest ContinueBlock; member in struct:clang::CodeGen::CodeGenFunction::BreakContinue

Completed in 327 milliseconds