HomeSort by relevance Sort by last modified time
    Searched defs:getInlineCost (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 42 InlineCost getInlineCost(CallSite CS) {
43 return CA.getInlineCost(CS, getInlineThreshold(CS));
InlineAlways.cpp 45 virtual InlineCost getInlineCost(CallSite CS);
107 InlineCost AlwaysInliner::getInlineCost(CallSite CS) {
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]

Completed in 1484 milliseconds