Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:createBasicBlock

169     AdjustNull = CGF.createBasicBlock("adjust.null");
170 AdjustNotNull = CGF.createBasicBlock("adjust.notnull");
171 AdjustEnd = CGF.createBasicBlock("adjust.end");