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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 228 /// within given \b Budget.
233 bool isHighCostExpansion(const SCEV *Expr, Loop *L, unsigned Budget,
243 unsigned ScaledBudget = Budget * TargetTransformInfo::TCC_Basic;
407 unsigned Budget,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 356 /// that do not dominate BB have a combined cost lower than Budget and
365 /// Budget, false is returned and Cost is undefined.
369 InstructionCost Budget,
420 if (Cost > Budget &&
428 if (!dominatesMergePoint(Op, BB, AggressiveInsts, Cost, Budget, TTI,
2363 InstructionCost Budget =
2456 if (!Convert || Cost > Budget)
2735 InstructionCost Budget =
2749 Cost, Budget, TTI) ||
2751 Cost, Budget, TTI)
    [all...]
ScalarEvolutionExpander.cpp 35 "scev-cheap-expansion-budget", cl::Hidden, cl::init(4),
37 "controls the budget that is considered cheap (default = 4)"));
2367 InstructionCost &Cost, unsigned Budget, const TargetTransformInfo &TTI,
2370 if (Cost > Budget)
2371 return true; // Already run out of budget, give up.
2402 return Cost > Budget;
2441 return Cost > Budget;
2448 return Cost > Budget;

Completed in 20 milliseconds