Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cont

2505       llvm::BasicBlock *Cont = CGF.createBasicBlock("cont");
2507 Builder.CreateCondBr(Valid, CheckBitsShifted, Cont);
2527 CGF.EmitBlock(Cont);
2823 // Branch on the LHS first. If it is false, go to the failure (cont) block.
2828 // setting up the PHI node in the Cont Block for this.
2894 // Branch on the LHS first. If it is true, go to the success (cont) block.
2899 // setting up the PHI node in the Cont Block for this.