Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:createBasicBlock

176     AdjustNull = CGF.createBasicBlock("adjust.null");
177 AdjustNotNull = CGF.createBasicBlock("adjust.notnull");
178 AdjustEnd = CGF.createBasicBlock("adjust.end");