Home | History | Annotate | Download | only in IPO

Lines Matching full:inliner

51     Inliner = 0;
61 delete Inliner;
119 if (Inliner) {
120 MPM.add(Inliner);
121 Inliner = 0;
124 // FIXME: This is a HACK! The inliner pass above implicitly creates a CGSCC
155 if (Inliner) {
156 MPM.add(Inliner);
157 Inliner = 0;
284 // Optimize globals again if we ran the inliner.
373 Builder->Inliner = createFunctionInliningPass(Threshold);