Searched refs:getInlineCost (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp51 InlineCost getInlineCost(CallSite CS) { function in class:__anon2715::SimpleInliner
52 return ICA->getInlineCost(CS, getInlineThreshold(CS));
H A DInlineAlways.cpp50 virtual InlineCost getInlineCost(CallSite CS);
89 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { function in class:AlwaysInliner
H A DInliner.cpp286 InlineCost IC = getInlineCost(CS);
321 // FIXME: All of this logic should be sunk into getInlineCost. It relies on
345 InlineCost IC2 = getInlineCost(CS2);
363 // one is set very low by getInlineCost, in anticipation that Caller will
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h125 InlineCost getInlineCost(CallSite CS, int Threshold);
134 InlineCost getInlineCost(CallSite CS, Function *Callee, int Threshold);
/freebsd-10.3-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h62 /// getInlineCost - This method must be implemented by the subclass to
67 virtual InlineCost getInlineCost(CallSite CS) = 0;
/freebsd-10.3-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1209 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, int Threshold) { function in class:InlineCostAnalysis
1210 return getInlineCost(CS, CS.getCalledFunction(), Threshold);
1229 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, Function *Callee, function in class:InlineCostAnalysis

Completed in 110 milliseconds