HomeSort by: relevance | last modified time | path
    Searched refs:getCostDelta (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InlineCost.h 129 int getCostDelta() const { return Threshold - getCost(); }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 252 if (IC2.getCostDelta() <= CandidateCost) {
InlineCost.cpp 144 int getCostDelta() const { return CostAfter - CostBefore; }
966 OS << "cost delta = " << Record->getCostDelta();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PartialInlining.cpp 817 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")";
849 << NV("Threshold", IC.getCostDelta() + IC.getCost()) << ")";

Completed in 21 milliseconds