Searched defs:getInlineCost (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/IPO/ | ||
D | InlineAlways.cpp | 95 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInliner |
D | InlineSimple.cpp | 54 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon30e766b00111::SimpleInliner |
/external/llvm/lib/Analysis/ | ||
D | InlineCost.cpp | 1348 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, int Threshold) { in getInlineCost() function in InlineCostAnalysis |