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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 222 int CandidateCost = IC.getCost() - 1;
252 if (IC2.getCostDelta() <= CandidateCost) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 2824 InstructionCost CandidateCost = ComputeUnswitchedCost(
2835 CandidateCost *= CostMultiplier;
2836 LLVM_DEBUG(dbgs() << " Computed cost of " << CandidateCost
2840 LLVM_DEBUG(dbgs() << " Computed cost of " << CandidateCost
2844 if (!BestUnswitchTI || CandidateCost < BestUnswitchCost) {
2846 BestUnswitchCost = CandidateCost;

Completed in 34 milliseconds