Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cont

2600       llvm::BasicBlock *Cont = CGF.createBasicBlock("cont");
2602 Builder.CreateCondBr(Valid, CheckBitsShifted, Cont);
2622 CGF.EmitBlock(Cont);
2924 // Branch on the LHS first. If it is false, go to the failure (cont) block.
2929 // setting up the PHI node in the Cont Block for this.
3002 // Branch on the LHS first. If it is true, go to the success (cont) block.
3008 // setting up the PHI node in the Cont Block for this.