Home | History | Annotate | Download | only in IPO

Lines Matching defs:Inliner

1 //===- Inliner.cpp - Code common to all inliners --------------------------===//
50 Inliner::Inliner(char &ID)
53 Inliner::Inliner(char &ID, int Threshold)
60 void Inliner::getAnalysisUsage(AnalysisUsage &Info) const {
110 // and not have the inliner do any merging of allocas at all. This would
197 unsigned Inliner::getInlineThreshold(CallSite CS) const {
216 /// shouldInline - Return true if the inliner should attempt to inline
218 bool Inliner::shouldInline(CallSite CS) {
330 bool Inliner::runOnSCC(CallGraphSCC &SCC) {
335 DEBUG(dbgs() << "Inliner visiting SCC:");
511 bool Inliner::doFinalization(CallGraph &CG) {
517 bool Inliner::removeDeadFunctions(CallGraph &CG,