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

  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 47 float getInlineFudgeFactor(CallSite CS) {
48 return CA.getInlineFudgeFactor(CS);
InlineSimple.cpp 47 float getInlineFudgeFactor(CallSite CS) {
48 return CA.getInlineFudgeFactor(CS);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 571 // getInlineFudgeFactor - Return a > 1.0 factor if the inliner should use a
573 float InlineCostAnalyzer::getInlineFudgeFactor(CallSite CS) {

Completed in 312 milliseconds