Home | History | Annotate | Download | only in IPO

Lines Matching defs:Inliner

1 //===- Inliner.cpp - Code common to all inliners --------------------------===//
56 Inliner::Inliner(char &ID)
59 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime)
67 void Inliner::getAnalysisUsage(AnalysisUsage &AU) const {
145 // and not have the inliner do any merging of allocas at all. This would
232 unsigned Inliner::getInlineThreshold(CallSite CS) const {
260 /// shouldInline - Return true if the inliner should attempt to inline
262 bool Inliner::shouldInline(CallSite CS) {
374 bool Inliner::runOnSCC(CallGraphSCC &SCC) {
380 DEBUG(dbgs() << "Inliner visiting SCC:");
549 bool Inliner::doFinalization(CallGraph &CG) {
555 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) {