Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoopHeader

635   JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
636 EmitBlock(LoopHeader.getBlock());
638 LoopStack.push(LoopHeader.getBlock());
645 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopHeader));
705 EmitBranch(LoopHeader.getBlock());
712 // The LoopHeader typically is just a branch if we skipped emitting
715 SimplifyForwardingBlocks(LoopHeader.getBlock());