Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LoopHeader

454   JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
455 EmitBlock(LoopHeader.getBlock());
462 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopHeader));
517 EmitBranch(LoopHeader.getBlock());
522 // The LoopHeader typically is just a branch if we skipped emitting
525 SimplifyForwardingBlocks(LoopHeader.getBlock());