Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cont

2732       llvm::BasicBlock *Cont = CGF.createBasicBlock("cont");
2734 Builder.CreateCondBr(ValidExponent, CheckShiftBase, Cont);
2751 CGF.EmitBlock(Cont);
3071 // Branch on the LHS first. If it is false, go to the failure (cont) block.
3077 // setting up the PHI node in the Cont Block for this.
3149 // Branch on the LHS first. If it is true, go to the success (cont) block.
3156 // setting up the PHI node in the Cont Block for this.