Home | History | Annotate | Download | only in IPO

Lines Matching full:inliner

1 //===- Inliner.cpp - Code common to all inliners --------------------------===//
56 // PGO before we actually hook up inliner with analysis passes such as BPI and
65 Inliner::Inliner(char &ID)
68 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime)
76 void Inliner::getAnalysisUsage(AnalysisUsage &AU) const {
155 // and not have the inliner do any merging of allocas at all. This would
264 unsigned Inliner::getInlineThreshold(CallSite CS) const {
311 /// shouldInline - Return true if the inliner should attempt to inline
313 bool Inliner::shouldInline(CallSite CS) {
441 bool Inliner::runOnSCC(CallGraphSCC &SCC) {
448 DEBUG(dbgs() << "Inliner visiting SCC:");
547 // Get DebugLoc to report. CS will be invalid after Inliner.
636 bool Inliner::doFinalization(CallGraph &CG) {
642 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) {