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

/external/clang/lib/CodeGen/
H A DCGClass.cpp641 llvm::BasicBlock *ContinueBlock = CGF.createBasicBlock("for.inc"); local
648 CGF.EmitBlock(ContinueBlock);
H A DCGStmt.cpp1043 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock);
1501 // then reuse last ContinueBlock.
1504 OuterContinue = BreakContinueStack.back().ContinueBlock;
H A DCodeGenFunction.h936 : BreakBlock(Break), ContinueBlock(Continue) {}
939 JumpDest ContinueBlock; member in struct:clang::CodeGen::CodeGenFunction::BreakContinue

Completed in 93 milliseconds