Home | History | Annotate | Download | only in IPO

Lines Matching defs:Inliner

1 //===- Inliner.cpp - Code common to all inliners --------------------------===//
58 // PGO before we actually hook up inliner with analysis passes such as BPI and
67 Inliner::Inliner(char &ID)
70 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime)
78 void Inliner::getAnalysisUsage(AnalysisUsage &AU) const {
150 // and not have the inliner do any merging of allocas at all. This would
254 unsigned Inliner::getInlineThreshold(CallSite CS) const {
297 /// Return true if the inliner should attempt to inline at the given CallSite.
298 bool Inliner::shouldInline(CallSite CS) {
425 bool Inliner::runOnSCC(CallGraphSCC &SCC) {
433 DEBUG(dbgs() << "Inliner visiting SCC:");
532 // Get DebugLoc to report. CS will be invalid after Inliner.
621 bool Inliner::doFinalization(CallGraph &CG) {
626 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) {
652 // The inliner doesn't visit non-function entities which are in COMDAT