Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoopHeader

663   JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
664 EmitBlock(LoopHeader.getBlock());
666 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), WhileAttrs,
674 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopHeader));
732 EmitBranch(LoopHeader.getBlock());
739 // The LoopHeader typically is just a branch if we skipped emitting
742 SimplifyForwardingBlocks(LoopHeader.getBlock());