Searched defs:getInlineCost (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp42 InlineCost getInlineCost(CallSite CS) { function in class:__anon9052::SimpleInliner
43 return CA.getInlineCost(CS, getInlineThreshold(CS));
H A DInlineAlways.cpp45 virtual InlineCost getInlineCost(CallSite CS);
107 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { function in class:AlwaysInliner
/external/llvm/lib/Analysis/
H A DInlineCost.cpp993 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, int Threshold) { function in class:InlineCostAnalyzer
994 return getInlineCost(CS, CS.getCalledFunction(), Threshold);
997 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, Function *Callee, function in class:InlineCostAnalyzer

Completed in 62 milliseconds