Home | History | Annotate | Download | only in IPO

Lines Matching refs:Inliner

37     Inliner = 0;
45 delete Inliner;
100 if (Inliner) {
101 MPM.add(Inliner);
102 Inliner = 0;
125 if (Inliner) {
126 MPM.add(Inliner);
127 Inliner = 0;
230 // Optimize globals again if we ran the inliner.
316 Builder->Inliner = createFunctionInliningPass(Threshold);